Length beats complexity
A long random passphrase usually outperforms a short password with symbols. Use a password manager and unique passwords.
Estimate brute-force cracking time based on hash type, attacker hardware, password length, and character set.
Choose a hash family and hardware profile; the table updates immediately.
| Length | 0-9 | a-z | a-z, A-Z | a-z, A-Z, 0-9 | a-z, A-Z, 0-9, symbols |
|---|
A long random passphrase usually outperforms a short password with symbols. Use a password manager and unique passwords.
The model assumes an attacker already has the hash and can test guesses locally. Online logins behave very differently.
bcrypt, Argon2id, scrypt, and high-cost PBKDF2 make every guess expensive and change the table dramatically.