RockLib.Encryption
2.3.1
See the version list below for details.
dotnet add package RockLib.Encryption --version 2.3.1
NuGet\Install-Package RockLib.Encryption -Version 2.3.1
<PackageReference Include="RockLib.Encryption" Version="2.3.1" />
paket add RockLib.Encryption --version 2.3.1
#r "nuget: RockLib.Encryption, 2.3.1"
// Install RockLib.Encryption as a Cake Addin
#addin nuget:?package=RockLib.Encryption&version=2.3.1
// Install RockLib.Encryption as a Cake Tool
#tool nuget:?package=RockLib.Encryption&version=2.3.1
An easy-to-use crypto API.
This package was built from the source code at https://github.com/RockLib/RockLib.Encryption/tree/6e25019b849d8483aadd3bb70d05932f1c6d6875
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- Newtonsoft.Json (>= 12.0.3)
- RockLib.Collections (>= 1.0.4)
- RockLib.Configuration (>= 2.5.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.6)
-
.NETFramework 4.6.2
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.3)
- Newtonsoft.Json (>= 12.0.3)
- RockLib.Collections (>= 1.0.4)
- RockLib.Configuration (>= 2.5.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.6)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.3)
- Newtonsoft.Json (>= 12.0.3)
- RockLib.Collections (>= 1.0.4)
- RockLib.Configuration (>= 2.5.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.6)
-
net5.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- Newtonsoft.Json (>= 12.0.3)
- RockLib.Collections (>= 1.0.4)
- RockLib.Configuration (>= 2.5.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.6)
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 | 1,162 | 8/30/2022 |
3.0.0 | 1,096 | 5/10/2022 |
2.3.3 | 34,704 | 8/12/2021 |
2.3.2 | 2,781 | 5/6/2021 |
2.3.1 | 3,461 | 2/22/2021 |
2.3.0 | 400 | 2/19/2021 |
2.2.2 | 52,187 | 8/14/2020 |
2.2.1 | 1,239 | 7/30/2020 |
2.2.0 | 7,930 | 4/28/2020 |
2.1.0 | 4,684 | 4/8/2020 |
2.0.0 | 535 | 4/7/2020 |
2.0.0-alpha07 | 314 | 4/1/2020 |
2.0.0-alpha06 | 524 | 4/2/2019 |
2.0.0-alpha05 | 540 | 2/12/2019 |
2.0.0-alpha04 | 550 | 2/7/2019 |
2.0.0-alpha03 | 538 | 2/6/2019 |
2.0.0-alpha02 | 502 | 1/10/2019 |
2.0.0-alpha01 | 502 | 1/8/2019 |
1.0.5 | 12,105 | 2/4/2020 |
1.0.4 | 179,582 | 8/22/2018 |
1.0.3 | 944 | 6/28/2018 |
1.0.2 | 60,090 | 4/30/2018 |
1.0.1 | 1,063 | 4/6/2018 |
1.0.0 | 1,650 | 12/18/2017 |
RockLib.Encryption version 2.3.1
Fixs bugs in field-level encryption when using FakeCrypto or other implementations of ICrypto that don't encrypt strings to base-64 encoded values.