Simple encrypt library for both one way encryption using SHA256 and two way encryption using AES.
Info
Version: | 4.0.0 |
Author(s): | Thomas James |
Last Update: | Sunday, January 29, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TPJ.Encrypt |
Install
Install-Package TPJ.Encrypt
dotnet add package TPJ.Encrypt
paket add TPJ.Encrypt
TPJ.Encrypt Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 2.0.0)
Tags