https://github.com/danfmaia/md5-cracker
A dynamic web application for cracking MD5 passwords, for teaching purposes. Made in PHP.
https://github.com/danfmaia/md5-cracker
Last synced: 3 months ago
JSON representation
A dynamic web application for cracking MD5 passwords, for teaching purposes. Made in PHP.
- Host: GitHub
- URL: https://github.com/danfmaia/md5-cracker
- Owner: danfmaia
- Created: 2018-11-26T17:56:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T18:13:23.000Z (over 6 years ago)
- Last Synced: 2025-01-19T00:05:10.701Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#md5-cracker #md5 #hash #crack #cracker #password
A dynamic web application for cracking MD5 passwords, for teaching purposes. Made in PHP.
There are two modes: PIN mode and advanced mode. In PIN mode only PIN hashes can be cracked. In the advanced mode the user can input minimum and maximum password lengths, as well as the supposed password's character domain of the hash to be cracked.
This app will soon be hosted in a permanent web domain, alongside my other web projects.