Skip to content

burcel/aes-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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