A simple project that uses encryption algorithms such as AES, RSA, etc.
➕ Symmetric Key (Secret key)
➕ Asymmetric Key (Public key)
✅ RandomNumber:
Generating random numbers in the form of bytes, strings, and GUID.
✅ SymmetricAes:
Key generation and Initialization Vector, along with Encrypt and Decrypt .