Aes-Source is a full implementation of Aes Algorithm in C# language.
No library was used. Every step of the Aes Algorithm was coded.
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.