This project uses the Advanced Encryption Standard (AES) algorithm as a symmetrical block cipher algorithm and takes plaintext in blocks of 128 bits and converts them to ciphertext using keys of 128, 192, and 256 bits.
* git clone git://github.com/ak811/aes-encryption.git
* File -> Open -> AES-Encryption root
* Import the project
* Wait until everything is synced and indexed
* The documentation will be provided soon.