Back to Blog
Security7 min readMay 9, 2026
M
Mustapha Marir

Founder, WebSurfTools

How to Check Password Strength Online

Password strength meters do more than show a coloured bar — they analyse entropy, character variety, and known patterns to estimate how long your password would take to crack. Learn what strong really means.

🔒

Seeing a green bar and "Strong" label when you type a password is reassuring — but many strength meters are dangerously optimistic. A password like "Summer2024!" might score "Strong" on basic checkers but would be cracked in under a minute by modern tools that know this exact pattern. The Password Strength Checker goes deeper, analysing entropy, character variety, and common patterns to give you an honest assessment of how long your password would actually hold up.

What Password Strength Meters Actually Measure

Entropy

Entropy is the core measure of password unpredictability, expressed in bits. The higher the bits of entropy, the more guesses an attacker needs. A password with 40 bits of entropy has 2⁴⁰ possible values — around 1 trillion. A password with 60 bits has 2⁶⁰ — over a quintillion. Modern GPU-based cracking rigs can test billions of passwords per second, so the bar is high.

Entropy is calculated from two factors: the size of the character set used (uppercase, lowercase, numbers, symbols) and the length of the password. Doubling the length roughly doubles the bits of entropy; increasing the character set adds logarithmically.

Character Variety

A password using only lowercase letters has a character set of 26. Add uppercase and you get 52. Include digits: 62. Include common symbols: 90+. A checker will reward variety because it forces attackers to test a larger space per character. But variety alone doesn't save a short password — "Xy#5" has good variety but almost no entropy due to its length.

Common Pattern Detection

Sophisticated checkers run your password against known patterns that crackers prioritise first:

  • Dictionary words in any language
  • Common substitutions (a→@, e→3, o→0, s→$)
  • Keyboard walks (qwerty, asdfgh, 1qaz2wsx)
  • Dates and years (1990, 2024, 19900415)
  • Names, places, sports teams, song lyrics
  • Previously leaked passwords from public breach databases

A password that matches any of these patterns gets scored far lower than its raw entropy suggests, because attackers test these patterns first before resorting to brute force.

Time-to-Crack Estimates

A good strength checker translates entropy into real-world time estimates — not as a guarantee, but as a benchmark. The scale depends on the assumed attack speed. A reasonable benchmark is an offline attack at 10 billion guesses per second (a high-end GPU cluster):

  • 8 characters, lowercase only: Under 1 second
  • 10 characters, mixed case + numbers: A few minutes
  • 12 characters, all character types: Several years
  • 16 characters, all character types, random: Millions of years
  • 20 characters, all character types, random: Effectively uncrackable by brute force

"Very Strong" in practical terms means the time to crack exceeds what any attacker would spend — typically anything over 100 years at a realistic attack rate.

What "Very Strong" Actually Means in Practice

A truly strong password defeats three attack vectors: brute force (trying every combination), dictionary attacks (trying common words and variations), and credential stuffing (using leaked passwords from other breaches). A 20-character random password generated by a tool like the Password Generator defeats all three. A password that "looks" strong but follows a pattern — like a favourite phrase with numbers tacked on — often fails the second and third tests.

How to Use the Password Strength Checker

  1. Go to the Password Strength Checker.
  2. Type or paste your password into the input field. Nothing is stored or transmitted.
  3. Review the entropy score, character variety breakdown, and time-to-crack estimate.
  4. Check the feedback section — it will flag specific weaknesses like dictionary words or common patterns.
  5. If the score is below "Strong", use the Password Generator to create a better one.

Testing Your Current Passwords

Consider running your most important passwords through the checker — email, banking, primary social accounts. Many people are surprised to find that passwords they've relied on for years are weaker than expected. Pay particular attention to any password you created before 2020, any password you reuse across sites, and any password based on personal information.

Password Strength vs. Password Security

Strength is only one dimension of security. A very strong password is still vulnerable if: it's reused across multiple sites (credential stuffing), it's stored in a plain text file on your desktop, it's shared with others via insecure channels, or the service where it's used stores it incorrectly. Pair strong passwords with two-factor authentication (2FA) for meaningful protection against account takeover.

FAQ

Is it safe to type my real password into a strength checker?
The Password Strength Checker on WebSurfTools runs entirely client-side in your browser. No data is transmitted. That said, for very sensitive passwords (banking master passwords, password manager vault), you can test a similar password with the same structure and length rather than the exact one.

Why do some sites say my 12-character password is weak?
If it contains dictionary words, keyboard patterns, or common substitutions, a checker that detects patterns will correctly score it lower than its raw length suggests. Length is necessary but not sufficient — randomness matters as much.

What's the minimum password length I should use in 2025?
NIST's 2024 guidelines recommend at minimum 15 characters for user-generated passwords. For generated passwords stored in a password manager, 20+ characters is practical and significantly more secure.

Does adding a number or symbol to a weak password make it strong?
Marginally. Attackers know that most people add numbers at the end or substitute obvious characters. "Password1!" remains one of the most commonly cracked passwords despite having uppercase, lowercase, a number, and a symbol. Genuine randomness beats patterned complexity every time.

Tools Mentioned in This Post

Get notified when we publish new guides

Practical tips on free tools, productivity, and working smarter.

Related Posts