mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Pkware encryption for Zip files didn't allow for multiple reads of an entry #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexmgerasimov on GitHub (Nov 18, 2016).
Hello!
I tried to use this library and faced some issues. Basically repeated reading of some zip archive entries leads to crashes. It seems that this is related to encrypted zips somehow. I'm using the following test code to reproduce the crashes:
Exception from Archive1.zip:
I have several other archives with confidential data and can't share them. They produce exceptions with another messages. For example:
Can you fix this, please?