Exhaustive search attack on the MD5-crypt password hashing scheme using modern CPU and GPU in parallel. Measure throughput of different cracking methods in #hash/second.
CPU version (Serial, OpenMP, MPI, Hybrid)
cd cpu
vim run.sh # modify md5hash you want to crack
# default password length is 1~5, test longer please modify PASSWORD_LEN in util.h #3
sbatch run.sh
GPU version
cd gpu
vim run.sh # modify md5hash you want to crack
sbatch run.sh