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
- Host: GitHub
- URL: https://github.com/atualariao/aesencryptionsample
- Owner: atualariao
- License: apache-2.0
- Created: 2024-01-02T06:38:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T02:36:57.000Z (over 2 years ago)
- Last Synced: 2025-03-13T23:28:46.960Z (over 1 year ago)
- Topics: aes, aes-256, aes-decryption, aes-encryption, console-application, csharp, dotnet, encryption-decryption, sample-code, symmetric-encryption
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.