Presents an implementation of Advanced Encryption Standard (AES) using CUDA which is specially optimized in order to increase performance output of CUDA cores. The Code is comprised of three sections:
- Exhaustive search
- CTR mode encryption
- File encryption using CTR mode