This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Handle Zip files with invalid crc32 checksum #419
Unanswered
guri87-byte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly zip crate computes checksum and compares one within the archive, if it doesn't match the method fails.
In my "specific" case, I have some files with wrong checksum but machine I'm working on still processes them because the content of the file is still valid, just the checksum not matching.
What a good way to handle such cases, how can I extract data without checking the checksum?
Beta Was this translation helpful? Give feedback.
All reactions