Test how strong your password is. Everything runs in your browser — nothing is sent anywhere.
Frequently Asked Questions
How is password strength calculated?
Based on length, character variety, entropy (randomness in bits), and absence of common patterns like sequences, repeats, and dictionary words.
Is my password sent to a server?
No, never. All analysis runs in your browser. No network requests, no storage, no logging.
What is password entropy?
Entropy measures randomness in bits. Higher = harder to crack. A random 12-char mixed password has ~78 bits of entropy — billions of years to brute-force.
How long to crack my password?
Estimates assume 10 billion guesses/second (modern hardware). Actual GPU attacks can be faster. Use it to compare relative strength.
What makes a password strong?
12+ characters, mixed case + numbers + symbols, no common patterns or dictionary words, unique per site, randomly generated. Passphrases work great too.
Should I use a password manager?
Yes! Password managers generate and store unique complex passwords. Popular: Bitwarden (free/open-source), 1Password, KeePass.
What patterns weaken passwords?
Keyboard walks (qwerty), sequences (1234), repeats (aaa), substitutions (p@ssw0rd), dictionary words, personal info, and breached passwords.
How often should I change passwords?
NIST says only when breached. Focus on strong unique passwords + 2FA instead of periodic changes.