Attack Configuration
IDLE
Max 6 characters. Shorter = faster crack.
Slow mode is best for live classroom explanation.
Discussion Points
The Math of Brute Force
A 6-char lowercase password = 26⁶ = 308M combinations. Add numbers and it jumps to 36⁶ = 2.1 billion.
Why Hashing?
Passwords should never be stored in plain text. A hash is a one-way fingerprint — but brute force reverses it by trying everything.
Salting Hashes
Adding a random "salt" before hashing makes identical passwords produce different hashes, defeating rainbow table attacks.
Real Defense
Length beats complexity. A 16-char passphrase is exponentially harder to crack than an 8-char password with symbols.
MD5 Hash of Target Password
Enter a password and launch the attack to begin.
Current Attempt
———
Progress
0%
Attack Log
simulated · educational only
$Waiting for input...