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 .