Aspose.Zip by Aspose

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

 Aspose.Zip 20.9.1

Aspose.ZIP for .NET is a flexible and easy to use .NET API that lets you work with files compression in standard zip, bzip2 and UStar tar format. It saves you time and efforts by allowing you to achieve compression/decompression of files and folders without going into the underlying complexity of the compress file formats. Aspose.ZIP provides you the capability to password protect the ZIP archives with traditional as well as AES encryption 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 or LZMA2 compression and optional encryption -Extract RAR4 and RAR5 archives.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Aspose.Zip</id>
    <version>20.9.1</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 work with files compression in standard zip, bzip2 and UStar tar format. It saves you time and efforts by allowing you to achieve compression/decompression of files and folders without going into the underlying complexity of the compress file formats.
Aspose.ZIP provides you the capability to password protect the ZIP archives with traditional as well as AES encryption 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 or LZMA2 compression and optional encryption
    -Extract RAR4 and RAR5 archives.</description>
    <releaseNotes>https://docs.aspose.com/zip/net/aspose-zip-for-net-20-9-release-notes/</releaseNotes>
    <copyright>© Aspose 2004-2020. All Rights Reserved.</copyright>
    <tags>.NET Core Zip compression decompression encryption decryption deflate bzip2 ZipCrypto sfx tar ustar 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>