Aspose.Zip by Aspose

<PackageReference Include="Aspose.Zip" Version="21.4.0" />

 Aspose.Zip 21.4.0

Aspose.ZIP for .NET is a flexible and easy to use .NET API that lets you compress and extract files in zip, gzip, bzip2, 7z and tar format. It allows you to create self-extracting archives and extract RAR format as well. Aspose.ZIP provides you the capability to encrypt/decrypt archives with applicable techniques. The API is easy to use, robust and written in managed code entirely to be used in .NET applications. Aspose.ZIP for .NET is implemented using managed C# and can be used with any .NET language like C#, VB.NET, F# and so on. It can be integrated with any kind of application, from ASP.NET web applications to Windows applications. It also provides fully featured demos written in both C# so that developers can get up and running quickly. Using parallel compression of zip archive with several entries can gain up to 5x speed increase. Aspose.ZIP can be used to perform a variety of tasks in applications. For example: -Compress files and folders to standard ZIP format using standard Deflate, Bzip2, LZMA or PPMd compression algorithm. -Decompress files and folders -Password protect ZIP archives -Support for traditional password protection schemes -Encrypting archives with AES Encryption schemes -Support for AES 128, AES 192 and AES 256 Encryption techniques -Apply different protection scheme to each file in an archive -Append files to zipped archive -Use parallelism to achieve efficient compression -Pack files and folders to tar archive and compress it with gzip or bzip2 -Compose self-extracted archives -Compose 7z archives with LZMA, LZMA2 or Bzip2 compression and optional encryption -Extract simple 7z archives with LZMA, LZMA2, BZip2 and Store compression and without encryption -Extract RAR4 and RAR5 archives.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Aspose.Zip</id>
    <version>21.4.0</version>
    <title>Aspose.ZIP for .NET</title>
    <authors>Aspose</authors>
    <owners>Aspose</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://company.aspose.com/legal/eula</licenseUrl>
    <projectUrl>https://products.aspose.com/zip/net</projectUrl>
    <iconUrl>https://cms.asposeptyltd.com/templates/aspose/App_Themes/V3/images/zip/272x272/aspose_zip-for-net.png</iconUrl>
    <description>Aspose.ZIP for .NET is a flexible and easy to use .NET API that lets you compress and extract files in zip, gzip, bzip2, 7z and tar format. It allows you to create self-extracting archives and extract RAR format as well.
Aspose.ZIP provides you the capability to encrypt/decrypt archives with applicable techniques. The API is easy to use, robust and written in managed code entirely to be used in .NET applications.
Aspose.ZIP for .NET is implemented using managed C# and can be used with any .NET language like C#, VB.NET, F# and so on. It can be integrated with any kind of application, from ASP.NET web applications to Windows applications. It also provides fully featured demos written in both C# so that developers can get up and running quickly. Using parallel compression of zip archive with several entries can gain up to 5x speed increase. 
Aspose.ZIP can be used to perform a variety of tasks in applications. For example:

    -Compress files and folders to standard ZIP format using standard Deflate, Bzip2, LZMA or PPMd compression algorithm.
    -Decompress files and folders
    -Password protect ZIP archives
    -Support for traditional password protection schemes
    -Encrypting archives with AES Encryption schemes
    -Support for AES 128, AES 192 and AES 256 Encryption techniques
    -Apply different protection scheme to each file in an archive
    -Append files to zipped archive
    -Use parallelism to achieve efficient compression
    -Pack files and folders to tar archive and compress it with gzip or bzip2
    -Compose self-extracted archives
    -Compose 7z archives with LZMA, LZMA2 or Bzip2 compression and optional encryption
    -Extract simple 7z archives with LZMA, LZMA2, BZip2 and Store compression and without encryption
    -Extract RAR4 and RAR5 archives.</description>
    <releaseNotes>https://docs.aspose.com/zip/net/aspose-zip-for-net-21-4-release-notes/</releaseNotes>
    <copyright>© Aspose 2004-2021. All Rights Reserved.</copyright>
    <tags>.NET Core Zip compression decompression encryption decryption deflate bzip2 ZipCrypto sfx tar ustar gnu-tar gzip LZMA 7z LZMA2 RAR4 RAR5 RAR</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Text.Encoding.CodePages" version="4.5.0" />
        <dependency id="System.Drawing.Common" version="4.5.1" />
      </group>
    </dependencies>
  </metadata>
</package>