This is a simple and modular C# console application for AES (Advanced Encryption Standard) encryption and decryption. It provides a clean interface for securely handling plaintext and encrypted text using a Base64-encoded key and IV.
csharp simple asp-net-core aes-encryption console-application example-project advanced-encryption-standard aes-decryption how-to-implement base64-encoded key-iv
-
Updated
Dec 4, 2024 - C#