An open API service indexing awesome lists of open source software.

https://github.com/atualariao/aesencryptionsample

A simple C# .NET 7 console application with AES encryption and decryption
https://github.com/atualariao/aesencryptionsample

aes aes-256 aes-decryption aes-encryption console-application csharp dotnet encryption-decryption sample-code symmetric-encryption

Last synced: about 1 month ago
JSON representation

A simple C# .NET 7 console application with AES encryption and decryption

Awesome Lists containing this project

README

          

# Symmetric encryption using AES(Advanced Encryption Standard)
- Run encryption and save the key, iv, and cipher text on a note before running decryption as you will need them.