Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.08 KB

.NET 5

SymmetricCipherDemo

Using multiple symetric ciphers to encrypt/decrypt messages

In this demo, i m using multiple symetric ciphers to encrypt/decrypt messages.

1️⃣ Using DES

2️⃣ Using TripleDES

3️⃣ Using Rijndael

4️⃣ Using RC2

5️⃣ Using AES

6️⃣ Using AesManaged

Tools : vs19, net 5.0