GPU accelerated cracker for md5
This project was built using C++11, and CUDA v8.0.
To build the project, you must have make installed. To compile the program, just run make.
make setup
make
Will produce the program in a.out.
We included a utility program that creates an MD5 hash from its input arguments.
make calcMD5
./md5 hash me
will give you the hash of 'hash me'.