thejoshwolfe / yauzl

yet another unzip library for node
MIT License
737 stars 80 forks source link

How to open password protected zip files #126

Closed Jonathon55 closed 9 months ago

papb commented 4 years ago

Not possible, see #121.

thejoshwolfe commented 9 months ago

There are several types of encryption that could be present in a zip file. yauzl has generally poor support for this case, and i don't expect that to change anytime soon. you can find some mention of "encrypt" in the readme for more information.