Shireee / gpu-file-encryption

Implementation of AES algorithm on GPU and CPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpu-file-encryption

Implementation of AES algorithm on GPU and CPU.

Requirements: C++17 Cuda 12.3

Test example

Run main.cpp for using CPU

Run aes-cuda-runtime/emp.cpp for using GPU

About

Implementation of AES algorithm on GPU and CPU.

License:MIT License


Languages

Language:C++ 69.0%Language:Cuda 31.0%