Info
Version: | 2.0.0 |
Author(s): | Jonathan Wood |
Last Update: | Monday, February 22, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/QueryArgumentEncryptor |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.QueryArgumentEncryptor |
Install
Install-Package SoftCircuits.QueryArgumentEncryptor
dotnet add package SoftCircuits.QueryArgumentEncryptor
paket add SoftCircuits.QueryArgumentEncryptor
SoftCircuits.QueryArgumentEncryptor Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Allows you to pass secret data via URL query arguments. Data includes checksum so that it can't be tampered with.
Can be used anywhere you need a Dictionary<string, string> that can encrypt to a string and back again.
Now targets .NET Standard 2.0 or .NET 5.0, and supports nullable reference types.