Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 592 Bytes

File metadata and controls

20 lines (16 loc) · 592 Bytes

AES_Algorithm

AES Algorithm Implemented in a ASP .Net Core Console Application

How to run/Deploy on localhost?

Make sure you have git installed

git clone https://github.com/qewertyy/AES_Algorithm

run the application directly from the terminal

donet run

Encryption

encryption

Decryption

image

I have also added a compiled file of this application.