Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does anyone know when will jszip support password protected zip? #115

Closed
maordany opened this issue Mar 23, 2014 · 4 comments
Closed

Does anyone know when will jszip support password protected zip? #115

maordany opened this issue Mar 23, 2014 · 4 comments
Labels

Comments

@maordany
Copy link

Does anyone know when will jszip support password protected zip?

@Stuk Stuk added the feature label Mar 24, 2014
@Stuk
Copy link
Owner

Stuk commented Mar 24, 2014

We don't have any plans to support passworded zips, see #8

@dduponchel do you have inclination to do anything about this? I have a feeling encryption in the browser will still be too slow, and don't really feel like getting into the encryption game with this library.

@dduponchel
Copy link
Collaborator

I think that with encryption, you either know exactly what you're doing (and get it right on the first try) or don't do it. And I'm clearly not an expert on this topic :-)
The scope of password protected zip also seems quite large : the old zip 2.0 encryption (with known attacks), the PKWARE Strong Encryption (covered by a patent) and the Winzip AES Encryption.

@Stuk
Copy link
Owner

Stuk commented Mar 24, 2014

Agreed. I also didn't realize there were a number of zip encryption schemes!

I'm going to close this as we won't be adding support. A suitable pull request would definitely be considered though.

@xqdoo00o
Copy link
Contributor

xqdoo00o commented Apr 24, 2020

Hi, I add some Aes en/decryption code, please see at #696

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants