aligholipour / Encrypt-Decrypt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 100.0%