Length beats complexity
A long random passphrase usually outperforms a short password with symbols. Use a password manager and unique passwords.
Compare full brute-force time for random passwords across hash types, GPUs, lengths, and character sets.
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.
This calculator models an offline attack where an adversary already has the password hash and can test guesses locally without account lockouts. Select the actual storage algorithm and hardware profile to recalculate the table.
No. It is an upper estimate for exhaustive search of a random password. Dictionary and rule-based attacks may find human-chosen passwords much sooner.
No. The calculator intentionally never asks for or transmits passwords; you select only length and character-set assumptions.
Fast hashes such as NTLM allow vastly more guesses per second than deliberately expensive bcrypt or Argon2id configurations.