Length beats complexity
A long random passphrase usually outperforms a short password with symbols. Use a password manager and unique passwords.
Estimate exhaustive NTLM search on one RTX 5090, then compare other GPUs or cluster sizes.
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.
NTLM is a fast hash without built-in salting or an adjustable work factor, so GPUs can test enormous numbers of guesses per second. The preset uses one RTX 5090 and lengths 6–16.
It was not designed as a modern slow password-storage function and maps efficiently to massively parallel GPU workloads.
No. It models offline search after an attacker has already obtained the NTLM hash.
Yes for random values: length expands the keyspace exponentially, although human phrases may still be vulnerable to dictionaries.