https://github.com/tungct/mpi-crack-md5
https://github.com/tungct/mpi-crack-md5
c md5 mpi rocks-cluster
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tungct/mpi-crack-md5
- Owner: tungct
- Created: 2018-04-08T02:13:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T13:28:50.000Z (about 8 years ago)
- Last Synced: 2025-03-04T10:45:31.779Z (over 1 year ago)
- Topics: c, md5, mpi, rocks-cluster
- Language: C++
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpi-crack-md5
hosfile : file contains total name's nodes in rocks-cluster
## build file :
- mpic++ md5_ver1.cpp -o md5_v1 -lcrypto
- mpic++ md5_ver2.cpp -o md5_v2 -lcrypto
## run file :
- md5_v1 :
```
- mpirun -np [-hostfile] [hostfile] ./md5_v1 [MD5 code password] [lenght of pass]
VD : mpirun -np 5 -hostfile hostfile ./md5 bb7d4b236b564cf1ec27aa891331e0af 4
(bb7d4b236b564cf1ec27aa891331e0af is MD5 code of password : 'tung')
```
- md5_v2 :
```
- mpirun -np [-hostfile] [hostfile] ./md5_v2 [MD5 code password] [lenght of pass]
VD : mpirun -np 5 -hostfile hostfile ./md5 bb7d4b236b564cf1ec27aa891331e0af 4
(bb7d4b236b564cf1ec27aa891331e0af is MD5 code of password : 'tung')
```