waplet / unix_hw3

3rd homework in UNIX course where the bruteforce algorithm should be made to bruteforce len() < 6 strings for MD5 attack, using MPI as Parallel processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run MPI with multiple processors:

	mpirun -np 4 ./mpi

About

3rd homework in UNIX course where the bruteforce algorithm should be made to bruteforce len() < 6 strings for MD5 attack, using MPI as Parallel processing


Languages

Language:C 99.5%Language:Makefile 0.5%