Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GPU MD5/SHA1 Hasher

Tags:

md5

cuda

sha1

gpu

cal

I would like to make md5/sha1 hasher tool to calculate hash for large number of big files like movies. Basically this should be part of bigger project that will use that data to organize files.

I can do than on CPU with no problem but i will like to make tool that can use GPU(CUDA/CAL) and if there is no GPU only then to use CPU.

I did my search, but only md5 cracker result on google. Is there some tool or library that i can use, or i must write whole thing by myself?

I run into this http://www.golubev.com/hashgpu.htm and http://boinc.berkeley.edu/

but i would like some kind of library.

like image 954
Bojan Radojevic Avatar asked May 01 '11 10:05

Bojan Radojevic


1 Answers

Try to see here, this project uses CUDA and x86/x64 CPU instructions.

like image 128
oxilumin Avatar answered Nov 01 '22 21:11

oxilumin