PCLCrypto 1.0.0-beta2
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package PCLCrypto --version 1.0.0-beta2
NuGet\Install-Package PCLCrypto -Version 1.0.0-beta2
<PackageReference Include="PCLCrypto" Version="1.0.0-beta2" />
paket add PCLCrypto --version 1.0.0-beta2
#r "nuget: PCLCrypto, 1.0.0-beta2"
// Install PCLCrypto as a Cake Addin #addin nuget:?package=PCLCrypto&version=1.0.0-beta2&prerelease // Install PCLCrypto as a Cake Tool #tool nuget:?package=PCLCrypto&version=1.0.0-beta2&prerelease
PCL Crypto provides a consistent, portable set of crypto APIs for .NET, Windows Phone 8.0 & 8.1, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net40-client is compatible. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Silverlight | sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win81 is compatible. |
Xamarin.iOS | xamarinios is compatible. |
-
.NETFramework 4.0 Client
- Mono.Security (>= 3.2.3 && < 4.0.0)
- Validation (>= 2.0.4 && < 3.0.0)
-
All Frameworks
- Validation (>= 2.0.4 && < 3.0.0)
GitHub repositories (18)
Showing the top 5 popular GitHub repositories that depend on PCLCrypto:
Repository | Stars |
---|---|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
|
|
xamarin/XamarinComponents
Plugins for Xamarin
|
|
xamarin/mobile-samples
|
|
xamarin/Xamarin.Auth
Xamarin.Auth
|
Version | Downloads | Last updated |
---|---|---|
1.0.1.15115 | 1,210 | 4/25/2015 |
1.0.0.15071 | 1,315 | 3/13/2015 |
1.0.0-beta2 | 365 | 1/11/2015 |
1.0.0-beta1 | 68 | 1/3/2015 |
0.5.2.14286 | 3,375 | 10/14/2014 |
0.5.1.14165 | 972 | 6/14/2014 |
0.5.0.14108 | 144 | 4/19/2014 |
0.4.1-beta | 45 | 3/31/2014 |
0.4.0-beta | 45 | 3/23/2014 |
0.3.1-beta | 52 | 3/5/2014 |
0.3.0-beta | 48 | 3/3/2014 |
0.2.0-beta | 49 | 3/3/2014 |
0.1.1-alpha | 45 | 3/1/2014 |
0.1.0-alpha | 46 | 2/28/2014 |
Merged PclCrypto.Abstractions.dll into PclCrypto.dll.