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

Windows cannot extract password-protected archives #525

Closed
lzh79 opened this issue Oct 13, 2020 · 1 comment
Closed

Windows cannot extract password-protected archives #525

lzh79 opened this issue Oct 13, 2020 · 1 comment
Labels
encryption Encryption/decryption issue fixed Issue or bug has been fixed

Comments

@lzh79
Copy link

lzh79 commented Oct 13, 2020

Hi!
Windows10 shows the following error.
An unexpected error is keeping you from copying this folder. If you continue to receive this error, you can use the error code to search for help with this problem.
Error 0x80004005: Unspecified error

The problem could be reproduced.
minizip.exe -p test test.zip minizip.exe

7-Zip can extract the password-protected archives successfully.

@nmoinvaz
Copy link
Member

It appears that minizip was automatically creating archives using AES encryption. Windows Explorer doesn't support this. So I have fixed the bug in the dev branch to properly set this option based on the aes command line flag.

@nmoinvaz nmoinvaz added 2.0 encryption Encryption/decryption issue fixed Issue or bug has been fixed labels Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encryption Encryption/decryption issue fixed Issue or bug has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants