This parallel system is created to fulfill the final task for distributed and parallel system class. The topic of this system is Password Cracking using Brute Force & Dictionary Attack Method.
This program is used to crack MD5 Hash by matching with password within a dictionary.
- Yusuf Yunadian - Project Leader - GitHub
- Faishal Wafi Nurwariz - Analyst - GitHub
- Muhammad Widadio Ilham - Analyst - GitHub
- Chando Anggara Natanael Batubara - Programmer - GitHub
- Muhammad Maulud Hidayatullah Rambe - Programmer - GitHub
Report of the simulation can be seen here. *Note: The report is written in Indonesian Language
This system is build using the Python 2.7 programming language. In order to run this system, you have to already install python 2.7 in your machine.
Also you need to download one of the following dictionary and place it in your local repository:
13/04/2018 - Created GitHub Repository, README.md, and other external links.
23/04/2018 - Added Base Programs.
24/04/2018 - Added Main Program (Uncompleted).
26/04/2018 - Finished Parallel Dictionary Attack Program, Added Serial Dictionary Attack.
- Parallel Dictionary Attack, Program didn't stop even when the match is found.