Open mqliutie opened 10 months ago
@mqliutie Give this a go with 0.5.12 (which includes pull #472) and see if the issue is now resolved.
@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.
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?