-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When decrypting an AES-256 archive, I get the error message The final hash has not been computed.
---> Ionic.Zip.BadStateException: The final hash has not been computed.
at Ionic.Zip.WinZipAesCipherStream.get_FinalAuthentication()
at Ionic.Zip.ZipEntry.VerifyCrcAfterExtract(Int32 actualCrc32)
at Ionic.Zip.ZipEntry.InternalExtract(String baseDir, Stream outstream, String password)
// ...
It appears that issue is identical to an issue that has previously been resolved in DotNetZip.Semverd (see this StackOverflow question and DotNetZip.Semverd#201.
EDIT:
I justed tested the changes from PR 202 and those changes indeed resolve the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels