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.
<PackageVersion Include="PCLCrypto" Version="1.0.1.15115" />
                    
Directory.Packages.props
<PackageReference Include="PCLCrypto" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=PCLCrypto&version=1.0.1.15115
                    
Install PCLCrypto as a Cake Addin
#tool nuget:?package=PCLCrypto&version=1.0.1.15115
                    
Install PCLCrypto as a Cake Tool

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.  net9.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 (17)

Showing the top 17 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
dotnet-architecture/eshop-mobile-client
eShop mobile & desktop client built with .NET MAUI
xamarin/Xamarin.Auth
Xamarin.Auth
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
adrianhall/develop-mobile-apps-with-csharp-and-azure
The Book Contents - Develop Mobile Apps with C# and Azure
xamarinhq/app-myshoppe
Cross-platform Xamarin.Forms sample for managing stores.
AArnott/IronPigeon
IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
bitwarden/mobile
Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
awslabs/aws-sdk-net-samples
ArsenAbazian/CryptoTradingFramework
A self hosted, cryptocurrency trading bot and framework supporting multiple exchanges with GUI
Azure-Samples/openhack-devops-team
DevOps OpenHack Team environment APIs
vicente-da-silva/dcemv
Open Source EMV Payments Stack
Version Downloads Last updated
1.0.1.15115 1,211 4/25/2015
1.0.0.15071 1,316 3/13/2015
1.0.0-beta2 366 1/11/2015
1.0.0-beta1 69 1/3/2015
0.5.2.14286 3,376 10/14/2014
0.5.1.14165 973 6/14/2014
0.5.0.14108 145 4/19/2014
0.4.1-beta 46 3/31/2014
0.4.0-beta 46 3/23/2014
0.3.1-beta 53 3/5/2014
0.3.0-beta 49 3/3/2014
0.2.0-beta 50 3/3/2014
0.1.1-alpha 46 3/1/2014
0.1.0-alpha 47 2/28/2014

Merged PclCrypto.Abstractions.dll into PclCrypto.dll.