Password Strength Checker

Instantly check how strong your password is. Get entropy score, crack time estimate, and tips.

🔒 Your password is never sent to any server. Checking runs entirely in your browser.

Password Security Best Practices

What Makes a Password Strong

Password strength is really about entropy — the number of guesses an attacker would need. Entropy grows with both length and variety: every extra character multiplies the possibilities, and mixing uppercase, lowercase, numbers, and symbols enlarges the pool each character is drawn from. Length matters most, which is why a long passphrase often beats a short, complex string.

Why Crack Time Is an Estimate

The crack-time figure assumes an attacker guessing offline at high speed. Real attacks are faster against predictable passwords — dictionary words, names, dates, and keyboard patterns like "qwerty" — because crackers try those first. A password with high raw entropy but built from a common phrase is weaker than the math suggests.

Practical Advice

Use a unique password for every account, favour length over cleverness, and let a password manager generate and store them. Create strong ones with the password generator. Note: this checker runs entirely in your browser — nothing you type is sent anywhere.

Frequently Asked Questions

A strong password has 16+ characters, mixes uppercase, lowercase, numbers, and symbols, avoids dictionary words and personal info, and is unique to each account.
Password strength is estimated by character set size × length. A 12-char password using all character types has 94^12 possible combinations — about 475 septillion.
A 16-character password with mixed characters would take billions of years to crack by brute force with current technology. Even 12 characters with full character sets is extremely resistant.