PCLCrypto 2.1.40-alpha
dotnet add package PCLCrypto --version 2.1.40-alpha
NuGet\Install-Package PCLCrypto -Version 2.1.40-alpha
<PackageReference Include="PCLCrypto" Version="2.1.40-alpha" />
paket add PCLCrypto --version 2.1.40-alpha
#r "nuget: PCLCrypto, 2.1.40-alpha"
// Install PCLCrypto as a Cake Addin #addin nuget:?package=PCLCrypto&version=2.1.40-alpha&prerelease // Install PCLCrypto as a Cake Tool #tool nuget:?package=PCLCrypto&version=2.1.40-alpha&prerelease
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, 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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid90 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Memory (>= 4.5.4)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
-
.NETFramework 4.7.2
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Memory (>= 4.5.4)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Memory (>= 4.5.4)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
-
.NETStandard 2.1
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Memory (>= 4.5.4)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
-
MonoAndroid 9.0
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Memory (>= 4.5.4)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
-
Xamarin.iOS 1.0
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- PInvoke.NCrypt (>= 0.5.126)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.7.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
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 | 304,174 | 8/18/2020 |
2.1.32-alpha | 308,962 | 10/5/2018 |
2.1.27-alpha | 97,621 | 6/19/2018 |
2.1.17-alpha-g5b1e8dff8c | 15,400 | 3/10/2018 |
2.0.147 | 4,920,941 | 4/2/2016 |
2.0.145 | 10,858 | 3/30/2016 |
2.0.144 | 4,189 | 3/26/2016 |
2.0.140 | 13,787 | 3/21/2016 |
2.0.131-rc | 2,000 | 3/19/2016 |
2.0.125-rc | 1,932 | 3/17/2016 |
1.1.86-beta | 3,124 | 11/14/2015 |
1.0.86 | 270,874 | 11/8/2015 |
1.0.82 | 4,433 | 11/5/2015 |
1.0.80 | 6,983 | 10/18/2015 |
1.0.2.15130 | 480,678 | 5/11/2015 |
1.0.1.15115 | 175,705 | 4/25/2015 |
1.0.0.15071 | 18,681 | 3/13/2015 |
1.0.0-beta2 | 5,311 | 1/11/2015 |
1.0.0-beta1 | 2,302 | 1/3/2015 |
0.5.2.14286 | 13,838 | 10/14/2014 |
0.5.1.14165 | 39,293 | 6/14/2014 |
0.5.0.14108 | 174,298 | 4/19/2014 |
0.4.1-beta | 2,187 | 3/31/2014 |
0.4.0-beta | 2,081 | 3/23/2014 |
0.3.1-beta | 2,152 | 3/5/2014 |
0.3.0-beta | 2,038 | 3/3/2014 |
0.2.0-beta | 2,074 | 3/3/2014 |
0.1.1-alpha | 2,119 | 3/1/2014 |
0.1.0-alpha | 3,519 | 2/28/2014 |