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

Updated ZipInputStream to throw ZipException for Strong Encryption #245

Merged
merged 1 commit into from
Oct 12, 2020
Merged

Conversation

exceptionfactory
Copy link
Contributor

The current ZipInputStream throws a ZipException in verifyCrc() when attempting to read an entry encrypted with the patented strong encryption algorithm. This PR brings ZipInputStream in line with the recent updates to AbstractExtractFileTask described in #228 and throws a ZipException when encountering the strong encryption algorithm in initializeCipherInputStream().

@srikanth-lingala
Copy link
Owner

Thanks for the PR. Merging it.

@srikanth-lingala srikanth-lingala merged commit 576b664 into srikanth-lingala:master Oct 12, 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 this pull request may close these issues.

2 participants