RockLib.Encryption
2.0.0-alpha01
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Encryption --version 2.0.0-alpha01
NuGet\Install-Package RockLib.Encryption -Version 2.0.0-alpha01
<PackageReference Include="RockLib.Encryption" Version="2.0.0-alpha01" />
paket add RockLib.Encryption --version 2.0.0-alpha01
#r "nuget: RockLib.Encryption, 2.0.0-alpha01"
// Install RockLib.Encryption as a Cake Addin #addin nuget:?package=RockLib.Encryption&version=2.0.0-alpha01&prerelease // Install RockLib.Encryption as a Cake Tool #tool nuget:?package=RockLib.Encryption&version=2.0.0-alpha01&prerelease
An easy-to-use crypto 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 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 | net451 is compatible. net452 was computed. net46 was computed. 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.5.1
- RockLib.Configuration (>= 2.3.1)
- RockLib.Configuration.ObjectFactory (>= 1.4.0)
- RockLib.Immutable (>= 1.0.0)
-
.NETFramework 4.6.2
- RockLib.Configuration (>= 2.3.1)
- RockLib.Configuration.ObjectFactory (>= 1.4.0)
- RockLib.Immutable (>= 1.0.0)
-
.NETStandard 2.0
- RockLib.Configuration (>= 2.3.1)
- RockLib.Configuration.ObjectFactory (>= 1.4.0)
- RockLib.Immutable (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RockLib.Encryption:
Package | Downloads |
---|---|
RockLib.Encryption.XSerializer
Extension to RockLib.Encryption - allows properties marked with the [Encrypt] attribute to be encrypted during an XSerializer serialization operation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.1.0 | 3,029 | 8/30/2022 | |
3.0.0 | 1,578 | 5/10/2022 | |
2.3.3 | 83,144 | 8/12/2021 | |
2.3.2 | 3,246 | 5/6/2021 | |
2.3.1 | 3,915 | 2/22/2021 | |
2.3.0 | 872 | 2/19/2021 | |
2.2.2 | 52,820 | 8/14/2020 | |
2.2.1 | 1,698 | 7/30/2020 | |
2.2.0 | 8,430 | 4/28/2020 | |
2.1.0 | 5,129 | 4/8/2020 | |
2.0.0 | 1,019 | 4/7/2020 | |
2.0.0-alpha07 | 710 | 4/1/2020 | |
2.0.0-alpha06 | 937 | 4/2/2019 | |
2.0.0-alpha05 | 960 | 2/12/2019 | |
2.0.0-alpha04 | 937 | 2/7/2019 | |
2.0.0-alpha03 | 926 | 2/6/2019 | |
2.0.0-alpha02 | 867 | 1/10/2019 | |
2.0.0-alpha01 | 887 | 1/8/2019 | |
1.0.5 | 12,815 | 2/4/2020 | |
1.0.4 | 180,135 | 8/22/2018 | |
1.0.3 | 1,455 | 6/28/2018 | |
1.0.2 | 60,596 | 4/30/2018 | |
1.0.1 | 1,546 | 4/6/2018 | |
1.0.0 | 2,130 | 12/18/2017 |
RockLib.Encryption version 2.0.0-alpha01
- Changes the object parameter named `keyIdentifier`, found in many classes and methods, to be of type string and named `credentialName`.
- Simplifies the `SymmetricCrypto` class by including only one constructor.
- This allows the `ICredentialRepository` interface and `CredentialRepository` and `CryptoConfiguration` classes in the `RockLib.Encryption.Symmetric` namespace to be deleted.
- Configuration is flattened.
- Removes the `RockLib.Encryption.Symmetric.ICredential` interface.
- Updates the RockLib.Configuration and RockLib.Configuration.ObjectFactory packages to the latest versions.
- Drops support for .NET Standard 1.6, adds support for .NET Framework 4.6.2.