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

Make ZipFile.Add throw NotSupportedException when trying to add an AES encrypted entry #420

Merged
merged 1 commit into from
Mar 29, 2020

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Feb 9, 2020

As suggested in #385, make the Add(IStaticDataSource dataSource, ZipEntry entry) function in ZipFile throw NotSupportedException if you try to add an entry with AES encryption set, rather that silently using ZipCrypto instead.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

@piksel piksel self-requested a review February 9, 2020 21:11
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 this pull request may close these issues.

None yet

2 participants