TwentyFour IT

🔓 Password Cracking Demo

Login system with MD5 hashing

Demo Purpose:
This login system uses MD5 hashing (insecure). Export the hash and crack it with John the Ripper to demonstrate how weak hashing algorithms can be exploited.
💡 Test Credentials:
Username: md5_user
Password: Pass123

For John the Ripper:
Export hash: http://localhost:5000/export-md5
← Back to Menu