Provides simple cryptographic related classes for hashing/verifying data, encrypting/decrypting data and creating random data in .NET.
Info
Version: | 8.0.0 |
Author(s): | Paul Stanley |
Last Update: | Thursday, October 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ByteDev/ByteDev.Crypto |
NuGet Url: | https://www.nuget.org/packages/ByteDev.Crypto |
Install
Install-Package ByteDev.Crypto
dotnet add package ByteDev.Crypto
paket add ByteDev.Crypto
ByteDev.Crypto Download (Unzip the "nupkg" after downloading)
Dependencies
- ByteDev.Encoding(>= 1.1.0)
Tags