Skip to content
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

Files are mistakenly listed as encrypted #359

Closed
Iniesta8 opened this issue Jan 16, 2019 · 1 comment
Closed

Files are mistakenly listed as encrypted #359

Iniesta8 opened this issue Jan 16, 2019 · 1 comment
Labels
encryption Encryption/decryption issue

Comments

@Iniesta8
Copy link
Contributor

Hey,

I came across an error when using the example program to list the content of a zip file. Normally, each entry of the minizip_list() output has an asterisk if the respective file is encrypted with a password.
But, when adding files to an existing zip file the output is incorrect right after the first addition of an encrypted file: All unencrypted files that are added after an encrypted file will also be mistakenly listed as encrypted files (by containing an asterisk).

Thanks in advance.

@nmoinvaz
Copy link
Member

Thanks for reporting. I have fixed the issue in the dev branch.

@nmoinvaz nmoinvaz added 2.0 encryption Encryption/decryption issue labels Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encryption Encryption/decryption issue
Projects
None yet
Development

No branches or pull requests

2 participants