Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 461 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 461 Bytes

AES-Cuda

Simple AES implementation in NVIDIA CUDA

When running the tool, the first argument must be either ‘a’ or ‘h’ which indicates whether the input file should be read as ASCII values or as hex data. The second parameter is the input file, the third parameter is the keyfile, and finally the last parameter is the output file.

This code is licensed under the MIT license and may be used under the terms of the license. Attribution is required.