Info
| Version: | 1.0.2 |
| Author(s): | Robert Howard |
| Last Update: | Saturday, October 6, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/robertscotthoward/cryptos |
| NuGet Url: | https://www.nuget.org/packages/Cryptos |
Install
Install-Package Cryptos
dotnet add package Cryptos
paket add Cryptos
Cryptos Download (Unzip the "nupkg" after downloading)
For symmetric encryption, AES-256 is used to encrypt and decrypt. For asymmetric encryption, RSA (1024, 2048, 4096) is used to sign and verify signatures; and encrypt and decrypt using RSA/AES-256.
This library only implements the minimum, most convenient methods needed to perform the most popular cryptographic operations. It has no dependencies on other libraries.