Skip to content

Latest commit

 

History

History
26 lines (8 loc) · 589 Bytes

File metadata and controls

26 lines (8 loc) · 589 Bytes

Aes-Source

Aes-Source is a full implementation of Aes Algorithm in C# language.

No library was used. Every step of the Aes Algorithm was coded.

Application

In this repo, you will find an application here.

The application takes 16 character string and key, it turns Base64 encrypted string. In the decryption process, it takes the base64 string and turns the encrypted text.

alt text