/Encrypt-Decrypt

A simple project that uses encryption algorithms such as AES, RSA, etc.

Primary LanguageC#

🔑Encrypt-Decrypt

A simple project that uses encryption algorithms such as AES, RSA, etc.

Types of Cryptography

➕ Symmetric Key (Secret key)
➕ Asymmetric Key (Public key)

Features

RandomNumber: Generating random numbers in the form of bytes, strings, and GUID.
SymmetricAes: Key generation and Initialization Vector, along with Encrypt and Decrypt .