thejoshwolfe / yauzl

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

[Feature Request] Support for AES-256 decryption #121

Closed papb closed 9 months ago

papb commented 4 years ago

It would be awesome to see support for AES-256 decryption in yauzl. This would be the last thing I need before I can completely stop calling 7zip via execa, and solve all my zipping needs in pure Node.

I have zero knowledge on how to implement this, is this very hard to implement?

Thank you very much for this library!!

I have also opened a mirror issue for yauzl: https://github.com/thejoshwolfe/yazl/issues/62

thejoshwolfe commented 9 months ago

Crypto support is not planned. I'm not enthusiastic enough to do my own research on how it works in real world use cases.