https://github.com/shireee/gpu-file-encryption
library for encode/decode files on gpu using cryptographic algorithms
https://github.com/shireee/gpu-file-encryption
cpp cryptography gpu-computing
Last synced: over 1 year ago
JSON representation
library for encode/decode files on gpu using cryptographic algorithms
- Host: GitHub
- URL: https://github.com/shireee/gpu-file-encryption
- Owner: Shireee
- License: mit
- Created: 2024-03-26T18:05:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T13:46:26.000Z (about 2 years ago)
- Last Synced: 2024-05-19T14:46:49.455Z (about 2 years ago)
- Topics: cpp, cryptography, gpu-computing
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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