Search code examples
node.jspasswordsunzipcompression

Unzip a password-protected archive using node-js


I need to read a content of a password-protected archive (zip is preferred) to a node-js app, without writing the protected content to a file

In addition, the app is cross-platform so solution such this doesn't help

I looked also here but there is no code in the answer


Solution

  • The only library I can find that supports encryption is: https://github.com/rf00/minizip-asm.js

    Unfortunately, it isn't well maintained.