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

Support password protected archive generation #31

Closed
ch0k0bn opened this issue Dec 12, 2018 · 1 comment
Closed

Support password protected archive generation #31

ch0k0bn opened this issue Dec 12, 2018 · 1 comment

Comments

@ch0k0bn
Copy link

ch0k0bn commented Dec 12, 2018

The original encryption algorithm supported by zipfile (only in decryption) is known to be insecure but still needed in specific cases.

There is a pure python implementation of this feature in zipencrypt but you lose the stream feature of your library.

Goal of this issue is to merge both feature and to have the possibility of generating on-the-fly password protected zip file.

@ch0k0bn
Copy link
Author

ch0k0bn commented Dec 7, 2020

I will closed this issue due to inactivity. For those interested by the topic a new version rebuilt from scratch of this zip stream with password library will be soon published.

@ch0k0bn ch0k0bn closed this as completed Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant