Skip to content

itlinhph/Decrypt-MD5-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decode MD5 password using MPI parallel programing

How to run?

In Linux there is a file: run.sh
Just do: ./run.sh and input your md5 string.

In windows:
mpicc main.c -o md5run -lcrypto
mpirun -np 4 ./md5run


Make sure that you are already install openssl library and mpi.h
Video demo: https://youtu.be/9wMHJqPdnrQ


######### Copyright : LinhPhan
Contact me: https://fb.com/linhpph

About

[Parallel programing] Decode MD5 Password. Using MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published