Microsoft.Bcl.Cryptography
9.0.0-preview.3.24172.9
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Bcl.Cryptography --version 9.0.0-preview.3.24172.9
NuGet\Install-Package Microsoft.Bcl.Cryptography -Version 9.0.0-preview.3.24172.9
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="9.0.0-preview.3.24172.9" />
paket add Microsoft.Bcl.Cryptography --version 9.0.0-preview.3.24172.9
#r "nuget: Microsoft.Bcl.Cryptography, 9.0.0-preview.3.24172.9"
// Install Microsoft.Bcl.Cryptography as a Cake Addin #addin nuget:?package=Microsoft.Bcl.Cryptography&version=9.0.0-preview.3.24172.9&prerelease // Install Microsoft.Bcl.Cryptography as a Cake Tool #tool nuget:?package=Microsoft.Bcl.Cryptography&version=9.0.0-preview.3.24172.9&prerelease
About
This library provides some cryptographic types and functionality for .NET Standard and .NET Framework. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.
Key Features
- Enables the use of some cryptographic functionality on older .NET platforms.
How to Use
This package should only be used by platforms where the desired functionality is not built-in.
using System.Security.Cryptography;
internal static class Program
{
private static void Main()
{
byte[] key = LoadKey();
SP800108HmacCounterKdf kbkdf = new(key, HashAlgorithmName.SHA256);
byte[] derivedKey = kbkdf.DeriveKey("label"u8, "context"u8, derivedKeyLengthInBytes: 32);
}
}
Main Types
The main types provided by this library are:
System.Security.Cryptography.SP800108HmacCounterKdf
Additional Documentation
Feedback & Contributing
Microsoft.Bcl.Cryptography is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
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 is compatible. 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 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.Bcl.Cryptography:
Package | Downloads |
---|---|
System.Security.Cryptography.Pkcs
Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms |
|
System.Security.Cryptography.Xml
Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: System.Security.Cryptography.Xml.CipherData System.Security.Cryptography.Xml.CipherReference System.Security.Cryptography.Xml.DataObject System.Security.Cryptography.Xml.DataReference System.Security.Cryptography.Xml.DSAKeyValue System.Security.Cryptography.Xml.EncryptedData System.Security.Cryptography.Xml.EncryptedKey System.Security.Cryptography.Xml.EncryptedReference System.Security.Cryptography.Xml.EncryptedType System.Security.Cryptography.Xml.EncryptedXml System.Security.Cryptography.Xml.EncryptionMethod System.Security.Cryptography.Xml.EncryptionProperty System.Security.Cryptography.Xml.EncryptionPropertyCollection System.Security.Cryptography.Xml.KeyInfo System.Security.Cryptography.Xml.KeyInfoClause System.Security.Cryptography.Xml.KeyInfoEncryptedKey System.Security.Cryptography.Xml.KeyInfoName System.Security.Cryptography.Xml.KeyInfoNode System.Security.Cryptography.Xml.KeyInfoRetrievalMethod System.Security.Cryptography.Xml.KeyInfoX509Data System.Security.Cryptography.Xml.KeyReference System.Security.Cryptography.Xml.Reference System.Security.Cryptography.Xml.ReferenceList System.Security.Cryptography.Xml.RSAKeyValue System.Security.Cryptography.Xml.Signature System.Security.Cryptography.Xml.SignedInfo System.Security.Cryptography.Xml.SignedXml System.Security.Cryptography.Xml.Transform System.Security.Cryptography.Xml.TransformChain System.Security.Cryptography.Xml.XmlDecryptionTransform System.Security.Cryptography.Xml.XmlDsigBase64Transform System.Security.Cryptography.Xml.XmlDsigC14NTransform System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform System.Security.Cryptography.Xml.XmlDsigExcC14NTransform System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigXPathTransform System.Security.Cryptography.Xml.XmlDsigXsltTransform System.Security.Cryptography.Xml.XmlLicenseTransform |
|
System.DirectoryServices.AccountManagement
Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Bcl.Cryptography:
Repository | Stars |
---|---|
icerpc/icerpc-csharp
A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
|
Version | Downloads | Last updated |
---|---|---|
9.0.0-rc.2.24473.5 | 5,619 | 10/8/2024 |
9.0.0-rc.1.24431.7 | 4,691 | 9/10/2024 |
9.0.0-preview.7.24405.7 | 5,232 | 8/13/2024 |
9.0.0-preview.6.24327.7 | 134 | 7/9/2024 |
9.0.0-preview.5.24306.7 | 140 | 6/11/2024 |
9.0.0-preview.4.24266.19 | 134 | 5/21/2024 |
9.0.0-preview.3.24172.9 | 147 | 4/11/2024 |
9.0.0-preview.2.24128.5 | 117 | 3/12/2024 |
9.0.0-preview.1.24080.9 | 130 | 2/13/2024 |
8.0.0 | 2,229 | 11/14/2023 |
8.0.0-rc.2.23479.6 | 143 | 10/10/2023 |
8.0.0-rc.1.23419.4 | 187 | 9/12/2023 |
8.0.0-preview.7.23375.6 | 173 | 8/8/2023 |
8.0.0-preview.6.23329.7 | 162 | 7/11/2023 |
8.0.0-preview.5.23280.8 | 149 | 6/13/2023 |
8.0.0-preview.4.23259.5 | 141 | 5/16/2023 |
8.0.0-preview.3.23174.8 | 142 | 4/11/2023 |
8.0.0-preview.2.23128.3 | 152 | 3/14/2023 |