You are not logged in.
Pages: 1
Is there any software which can encrypt files utilizing GPU cores? I heard it's possible with the Nvidia's CUDA toolkit. Basically, what options do I have if I need a very fast encryption/decryption of large files (gigabytes) without compression?
Offline
You know, GPGPU isn't something which does everything magically quicker. You're most likely better of using AES-NI.
https://en.wikipedia.org/wiki/AES_instr … g_software
Offline
"cat /proc/cpuinfo | grep aes"
If you CPU supports native AES encryption you'll get very high performance letting the CPU do the job.
Offline
Pages: 1