thejoshwolfe / yauzl

yet another unzip library for node
MIT License
681 stars 77 forks source link

How to open password protected zip files #126

Closed Jonathon55 closed 4 months ago

papb commented 3 years ago

Not possible, see #121.

thejoshwolfe commented 4 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.