RockLib.Encryption.XSerializer
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Encryption.XSerializer --version 1.0.1
NuGet\Install-Package RockLib.Encryption.XSerializer -Version 1.0.1
<PackageReference Include="RockLib.Encryption.XSerializer" Version="1.0.1" />
paket add RockLib.Encryption.XSerializer --version 1.0.1
#r "nuget: RockLib.Encryption.XSerializer, 1.0.1"
// Install RockLib.Encryption.XSerializer as a Cake Addin #addin nuget:?package=RockLib.Encryption.XSerializer&version=1.0.1 // Install RockLib.Encryption.XSerializer as a Cake Tool #tool nuget:?package=RockLib.Encryption.XSerializer&version=1.0.1
Extension to RockLib.Encryption - allows properties marked with the [Encrypt] attribute to be encrypted during an XSerializer serialization operation.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 was computed. 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.Encryption (>= 1.0.2)
- XSerializer (>= 0.4.1)
-
.NETStandard 2.0
- RockLib.Encryption (>= 1.0.2)
- XSerializer (>= 0.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.0.0 | 2,682 | 7/19/2022 | |
2.1.5 | 21,591 | 8/12/2021 | |
2.1.4 | 699 | 5/6/2021 | |
2.1.3 | 1,416 | 2/19/2021 | |
2.1.2 | 4,063 | 8/14/2020 | |
2.1.1 | 1,263 | 7/30/2020 | |
2.1.0 | 549 | 4/28/2020 | |
2.0.0 | 537 | 4/7/2020 | |
2.0.0-alpha04 | 505 | 4/3/2019 | |
2.0.0-alpha03 | 569 | 2/12/2019 | |
2.0.0-alpha02 | 545 | 2/7/2019 | |
2.0.0-alpha01 | 541 | 2/6/2019 | |
1.0.4 | 4,142 | 2/4/2020 | |
1.0.3 | 126,656 | 8/22/2018 | |
1.0.2 | 990 | 6/28/2018 | |
1.0.1 | 1,060 | 4/30/2018 | |
1.0.0 | 964 | 4/19/2018 |
RockLib.Encryption.XSerializer version 1.0.1
SerializingCrypto can deserialize/decrypt payloads with properties marked with [Encrypt] where the actual property value is not encrypted. This allows for safer deployment strategies when existing properties have been identified as sensitive and in need of encryption. Receiving applications can be deployed first, able to handle both the current plain-text property values and also the encrypted values when sending systems are deployed with the matching change.