Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages