cthackers / adm-zip

A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk
MIT License
2.04k stars 375 forks source link

Password protected zip #259

Open boboci9 opened 6 years ago

boboci9 commented 6 years ago

Hi,

Is there a way to unzip password protected files?

Thank you.

Salketer commented 5 years ago

I do not see any ways to do that in the documentation but this feature is really lacking...

sijmenvos commented 5 years ago

Creating a new zip with a password would also be really useful!

jk171505 commented 4 years ago

Any update on this?

5saviahv commented 3 years ago

with 0.5.0 adm-zip is able to extract password protected files, but AES encryption is not supported.

ninaimmenroth commented 3 years ago

Is there documentation on how to do this?

superlbr commented 1 year ago

@ninaimmenroth both getData and getDataAsync support pass param, code related