A straight-up transliteration of Simple-AES256 from VB to C# for ease of use inside .NET Core applications that gives an easy wrapper to encrypt and decrypt using AES256.
Info
Version: | 1.1.1 |
Author(s): | SimpleAES |
Last Update: | Friday, April 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jonjomckay/dotnet-simpleaes |
NuGet Url: | https://www.nuget.org/packages/SimpleAES |
Install
Install-Package SimpleAES
dotnet add package SimpleAES
paket add SimpleAES
SimpleAES Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)