An open API service indexing awesome lists of open source software.

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

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