Aspose.ZIP for .NET is a versatile document manipulation, archiving, and compression API for the popular ZIP format. The API gives developers the ability to build .NET applications to achieve file archiving, decompression, and compression, as well as the encryption and management of archives. It enables encryption through user-defined passwords and traditional encryption using AES or ZipCrypto encryption like AES128, 192, and AES256.
Aspose.ZIP Input Formats
- Decompression: ZIP, TAR, GZIP, BZ2
- Compression: Files, Archives
Aspose.ZIP Output Formats
- Decompressed: Files, Archives
- Compressed: ZIP, TAR, GZIP, BZ2
Compression API Integration in .NET Applications
The integration of a compression library using Aspose.ZIP is straightforward and enables developers to perform all decompression & compression tasks with a few lines of code.