Property-level and field-level encrypted json serialization utilizing Microsoft.AspNetCore.DataProtection for use with Newtonsoft.Json v12.
Info
Version: | 1.0.7 |
Author(s): | Michael Harris |
Last Update: | Sunday, February 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Burwin/JsonCryption |
NuGet Url: | https://www.nuget.org/packages/JsonCryption.Newtonsoft |
Install
Install-Package JsonCryption.Newtonsoft
dotnet add package JsonCryption.Newtonsoft
paket add JsonCryption.Newtonsoft
JsonCryption.Newtonsoft Download (Unzip the "nupkg" after downloading)
Dependencies
- JsonCryption(>= 1.0.7)
- Microsoft.AspNetCore.DataProtection.Abstractions(>= 3.1.1)
- Newtonsoft.Json(>= 12.0.3)