Rebex.Security by Rebex CR, s.r.o.

<PackageReference Include="Rebex.Security" Version="6.0.8123" />

 Rebex.Security 6.0.8123

Rebex Security is a security library for C# and VB.NET developers. It provides XTS-AES encryption wrapper stream, making it easy to add strong encryption capabilities to existing applications. Also includes simple file encryption/decryption API, essential PKCS #7 objects and a collection of useful cryptographic algorithms. This is a paid commercial product with a free 30-day trial: - Trial mode: Start your free 30-day trial by generating your trial key at https://rebex.net/support/trial-key.aspx - Licensed mode: Purchase the product at https://rebex.net/shop/ and get your full license key at https://rebex.net/protected/nuget When the full license key is provided, NuGet.org repository can be used to retrieve new versions of Rebex components as long as your support contract is active. Supported platforms: - .NET 6.0 - .NET 5.0 - .NET Framework 4.0, 4.5.x, 4.6.x, 4.7.x, 4.8 - .NET Framework 3.5 SP1 - .NET Core 3.1 - .NET Core 2.1 (via .NET Standard 2.0) - Xamarin.Android (10.1 and higher; via .NET Standard 2.1) - Xamarin.iOS (13.10 and higher; via .NET Standard 2.1) - Mono 5.x/6.x

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Rebex.Security</id>
    <version>6.0.8123</version>
    <title>Rebex Security R6.3</title>
    <authors>Rebex CR, s.r.o.</authors>
    <owners>Rebex CR, s.r.o.</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>images/Rebex.Security.png</icon>
    <projectUrl>http://www.rebex.net/</projectUrl>
    <iconUrl>https://static.rebex.net/nuget/Rebex.Security.png</iconUrl>
    <description>Rebex Security is a security library for C# and VB.NET developers. It provides XTS-AES encryption wrapper stream, making it easy to add strong encryption capabilities to existing applications. Also includes simple file encryption/decryption API, essential PKCS #7 objects and a collection of useful cryptographic algorithms.

This is a paid commercial product with a free 30-day trial:

- Trial mode: Start your free 30-day trial by generating your trial key at https://rebex.net/support/trial-key.aspx
- Licensed mode: Purchase the product at https://rebex.net/shop/ and get your full license key at https://rebex.net/protected/nuget

When the full license key is provided, NuGet.org repository can be used to retrieve new versions of Rebex components as long as your support contract is active.
Supported platforms:
- .NET 6.0
- .NET 5.0
- .NET Framework 4.0, 4.5.x, 4.6.x, 4.7.x, 4.8
- .NET Framework 3.5 SP1
- .NET Core 3.1
- .NET Core 2.1 (via .NET Standard 2.0)
- Xamarin.Android (10.1 and higher; via .NET Standard 2.1)
- Xamarin.iOS (13.10 and higher; via .NET Standard 2.1)
- Mono 5.x/6.x</description>
    <summary>File encryption and cryptography component for .NET</summary>
    <copyright>Copyright (c) 2002-2022 Rebex CR, s.r.o.</copyright>
    <tags>Rebex XTS-AES cryptography PKCS#7 certificates X509 Twofish Blowfish SHA-2 stream encryption decryption</tags>
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net5.0">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.6">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework3.5">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Rebex.Common" version="[6.0.8123]" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>