Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 454 Bytes

🔑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 .