Info
Version: | 2.1.40-alpha |
Author(s): | Andrew Arnott |
Last Update: | Tuesday, August 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aarnott/pclcrypto/ |
NuGet Url: | https://www.nuget.org/packages/PCLCrypto |
Install
Install-Package PCLCrypto
dotnet add package PCLCrypto
paket add PCLCrypto
PCLCrypto Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Memory(>= 4.5.4)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Memory(>= 4.5.4)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Memory(>= 4.5.4)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Memory(>= 4.5.4)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Memory(>= 4.5.4)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
- Microsoft.VisualStudio.Validation(>= 15.5.31)
- PInvoke.NCrypt(>= 0.5.126)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.7.0)
- System.Security.Cryptography.Csp(>= 4.3.0)
Tags
This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation.
PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.