PCLCrypto 1.1.86-beta
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package PCLCrypto --version 1.1.86-beta
NuGet\Install-Package PCLCrypto -Version 1.1.86-beta
<PackageReference Include="PCLCrypto" Version="1.1.86-beta" />
paket add PCLCrypto --version 1.1.86-beta
#r "nuget: PCLCrypto, 1.1.86-beta"
// Install PCLCrypto as a Cake Addin #addin nuget:?package=PCLCrypto&version=1.1.86-beta&prerelease // Install PCLCrypto as a Cake Tool #tool nuget:?package=PCLCrypto&version=1.1.86-beta&prerelease
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android.
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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch 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.5
- Mono.Security (>= 3.2.3 && < 4.0.0)
- Validation (>= 2.2.8)
-
All Frameworks
- Validation (>= 2.2.8)
-
Windows 8.1
- PInvoke.BCrypt (>= 0.1.122-beta)
- Validation (>= 2.2.8)
-
WindowsPhoneApp 8.1
- PInvoke.BCrypt (>= 0.1.122-beta)
- Validation (>= 2.2.8)
NuGet packages (70)
Showing the top 5 NuGet packages that depend on PCLCrypto:
Package | Downloads |
---|---|
Microsoft.Azure.Mobile.Client
This library provides features for creating Windows and Xamarin mobile apps that connect to Azure Mobile Apps. Azure Mobile Apps allows you to develop an app with a scalable backed hosted in Azure App Service, with support for mobile authentication, offline sync, and push notifications. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile. |
|
FlickrNet
My package description. |
|
Xamarin.Auth.Extensions
Non-standard Extensions (utilities) to Xamarin-Auth (refresh-token) |
|
PA.Converters
Object parser and converter |
|
jose-pcl
Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms based on PCLCrypto portable crypto layer Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - NONE (unprotected) plain text algorithm without integrity protection |
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 |
---|---|---|
2.1.40-alpha | 308,587 | 8/18/2020 |
2.1.32-alpha | 310,371 | 10/5/2018 |
2.1.27-alpha | 97,787 | 6/19/2018 |
2.1.17-alpha-g5b1e8dff8c | 15,414 | 3/10/2018 |
2.0.147 | 4,935,985 | 4/2/2016 |
2.0.145 | 10,906 | 3/30/2016 |
2.0.144 | 4,224 | 3/26/2016 |
2.0.140 | 13,841 | 3/21/2016 |
2.0.131-rc | 2,005 | 3/19/2016 |
2.0.125-rc | 1,937 | 3/17/2016 |
1.1.86-beta | 3,129 | 11/14/2015 |
1.0.86 | 271,419 | 11/8/2015 |
1.0.82 | 4,471 | 11/5/2015 |
1.0.80 | 7,022 | 10/18/2015 |
1.0.2.15130 | 481,500 | 5/11/2015 |
1.0.1.15115 | 176,149 | 4/25/2015 |
1.0.0.15071 | 18,726 | 3/13/2015 |
1.0.0-beta2 | 5,352 | 1/11/2015 |
1.0.0-beta1 | 2,307 | 1/3/2015 |
0.5.2.14286 | 13,875 | 10/14/2014 |
0.5.1.14165 | 39,416 | 6/14/2014 |
0.5.0.14108 | 174,350 | 4/19/2014 |
0.4.1-beta | 2,192 | 3/31/2014 |
0.4.0-beta | 2,088 | 3/23/2014 |
0.3.1-beta | 2,157 | 3/5/2014 |
0.3.0-beta | 2,043 | 3/3/2014 |
0.2.0-beta | 2,079 | 3/3/2014 |
0.1.1-alpha | 2,124 | 3/1/2014 |
0.1.0-alpha | 3,523 | 2/28/2014 |
See https://github.com/AArnott/PCLCrypto/releases for release notes.