PCLCrypto 1.0.1.15115

Requires NuGet 2.8.3 or higher.

dotnet add package PCLCrypto --version 1.0.1.15115
NuGet\Install-Package PCLCrypto -Version 1.0.1.15115
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PCLCrypto" Version="1.0.1.15115" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PCLCrypto --version 1.0.1.15115
#r "nuget: PCLCrypto, 1.0.1.15115"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PCLCrypto as a Cake Addin
#addin nuget:?package=PCLCrypto&version=1.0.1.15115

// Install PCLCrypto as a Cake Tool
#tool nuget:?package=PCLCrypto&version=1.0.1.15115

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (18)

Showing the top 5 popular GitHub repositories that depend on PCLCrypto:

Repository Stars
bitwarden/mobile
The mobile app vault (iOS and Android).
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
dotnet/eShop
A reference .NET application implementing an eCommerce site
xamarin/XamarinComponents
Plugins for Xamarin
xamarin/mobile-samples
Version Downloads Last updated
1.0.1.15115 1,209 4/25/2015
1.0.0.15071 1,313 3/13/2015
1.0.0-beta2 364 1/11/2015
1.0.0-beta1 67 1/3/2015
0.5.2.14286 3,374 10/14/2014
0.5.1.14165 971 6/14/2014
0.5.0.14108 143 4/19/2014
0.4.1-beta 44 3/31/2014
0.4.0-beta 44 3/23/2014
0.3.1-beta 51 3/5/2014
0.3.0-beta 47 3/3/2014
0.2.0-beta 48 3/3/2014
0.1.1-alpha 43 3/1/2014
0.1.0-alpha 45 2/28/2014

Merged PclCrypto.Abstractions.dll into PclCrypto.dll.