PCLCrypto 1.0.0-beta1

This is a prerelease version of PCLCrypto.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.7.2 or higher.

dotnet add package PCLCrypto --version 1.0.0-beta1                
NuGet\Install-Package PCLCrypto -Version 1.0.0-beta1                
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.0-beta1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PCLCrypto --version 1.0.0-beta1                
#r "nuget: PCLCrypto, 1.0.0-beta1"                
#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.0-beta1&prerelease

// Install PCLCrypto as a Cake Tool
#tool nuget:?package=PCLCrypto&version=1.0.0-beta1&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 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. 
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
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.