-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pkware encryption for Zip files didn't allow for multiple reads of an entry #197
Comments
I reproduced this. This is specific to PKWare encryption as the encryptor is stateful and reused on multiple runs. I'll fix that. I'm still getting an error. Probably something else is stateful and needs to be reset. |
Thank you for the quick response! |
I'm doing this in my free time as I take breaks from work. Not sure when I'll fix it. This one I haven't figured out yet. |
Thank you for merging our pull request to the master! |
I will try to do a release Monday. |
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?
The text was updated successfully, but these errors were encountered: