Changes since version 3.0
In This Topic
Interface changes
-
Added EncryptionMethod enumeration (Compatible and WinZipAES).
-
Added DefaultEncryptionMethod and DefaultEncryptionStrength properties to ZipArchive class.
-
Added two ZippedFile.OpenWrite overloads.
-
Added two ZippedFile.DoOpenWrite overloads.
-
Added EncryptionMethod and EncryptionStrength properties to ZippedFile and QuickZip classes.
-
Added two QuickZip.Zip overloads.
Behavior changes that may affect your projects
Other minor changes and bug fixes
- Fixed problem with Deflate64 decompression with highly compressed data.
- Changed checksum verification logic to accept the two ways a CRC-16 can be written in the GZip header.