Overview of SharpZipLib capabilities
masterSharpZipLib is a pure C# compression library that supports a wide range of archiving and compression formats. It is designed to be easily incorporated into any .NET project.
Supported Formats and Methods:
- Zip files: Supports both stored and deflate compression, PKZIP 2.0 style encryption, and AES encryption. Supports Zip64 (Deflate64 is not supported).
- Tar: Supports tar archiving with GNU long filename extensions.
- GZip: Full GZip support.
- zlib / Deflate: Supports zlib and raw deflate.
- BZip2: Full BZip2 support.