-
Notifications
You must be signed in to change notification settings - Fork 375
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
Can not unzip file with password #467
Comments
This was referenced Mar 5, 2024
@lukemalcolm I tested the latest adm-zip@0.5.12, but was unable to decrypt AES265 Deflate. https://www.npmjs.com/package/@zip.js/zip.js does work. Do you have any idea why this would be the case? Is it @cthackers in fact so that adm-zip does not support AES at all? |
@KurtMar As far as I'm aware, adm-zip does not support AES decryption, only ZipCrypto method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Above codes show how can I zip files with password
I want to unzip this file named
sourcemaps.zip
. I usedunzipper
andadm-zip
. all of them tell me the password 'n.ddsadc3ch' is bad password. but I can use it unzip this file on Finder macOS. so How can i unzip this file?The text was updated successfully, but these errors were encountered: