Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 292 Bytes

aes-cuda

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:

  1. Exhaustive search
  2. CTR mode encryption
  3. File encryption using CTR mode