-
Notifications
You must be signed in to change notification settings - Fork 997
Closed
Labels
Milestone
Description
Steps to reproduce
- Archive files with ZipOutputStream (~350 mb), set password "test", AESKeySize = 256, UseZip64 = On
- Open archive with ZipFile
- Call ZipFile.TestArchive(false)
Expected behavior
Should return true.
Actual behavior
Returns false because WinZipAES compression method doesn't match Deflated method specified in entry header.
Version of SharpZipLib
dll version 1.2.0.246
Obtained from (only keep the relevant lines)
- Package installed using NuGet