Frequently Asked Questions


Learn what each metric means and how your password strength is calculated.


What is the Strength Meter indicator bar?

The Strength Meter is a visual indicator that shows your password's security level at a glance. The bar fills from left to right as password strength increases:

The bar width is determined by your password's entropy (security score) and changes color to match the strength rating shown above it.


What does "Estimated time to crack" mean?

This is an estimate of how long it would take for an attacker to guess your password using brute-force attacks (trying every possible combination).


How it's calculated:


Time ranges:


Important: This is a theoretical estimate. Real-world cracking time may vary based on the attacker's hardware and resources, whether the password uses common patterns or words, and if the password has been leaked in a data breach.


What is "Estimated entropy"?

Entropy measures the unpredictability or randomness of your password, expressed in bits. Each additional bit doubles the number of guesses an attacker would need.


How we calculate it:

Base entropy = password length × log₂(character set size)

Then we adjust for:


Why "estimated"?

This is a custom heuristic, not true Shannon entropy, because:


Example: password123 might score ~45 bits here, but would be much lower in reality because it's a common pattern. A truly random 16-character password with mixed case, numbers, and symbols: ~95-105 bits.


"This password has been breached" - what does it mean?

This warning means your password (or a very similar variation) was found in the Have I Been Pwned (HIBP) database - a collection of over 10 billion passwords leaked from data breaches.


How the check works:

  1. Your password is converted to a SHA-1 hash (a one-way cryptographic fingerprint)
  2. Only the first 5 characters of the hash are sent to HIBP's API
  3. HIBP returns all passwords starting with those 5 characters (~500-1000 entries)
  4. Your browser checks the full hash locally (never sends your full password)
  5. If a match is found, you see this warning

Why it's dangerous:

Breached passwords are used in credential stuffing attacks:


What to do:


"This password is too common and easily guessable" - what does it mean?

This warning means your password matches one of the 10 million most commonly used passwords from real-world data breaches.


Common password examples:


Why common passwords are dangerous:


Automatic consequences:


What to do:


"Password is too short" - why does length matter?

This warning appears when your password has fewer than 8 characters - the minimum recommended length for any secure password.


Why length is the most important factor:

Password strength grows exponentially with each additional character:


Length Character Set Total Combinations Time to Crack
6 chars Lowercase only 308 million Instantly
8 chars Lowercase only 200 billion A few hours
10 chars Lowercase only 141 trillion A few years
12 chars Lowercase only 95 quadrillion Thousands of years

Why short passwords fail even with complexity:

The longer password wins, even without symbols or numbers.


Recommendations:


← Back to Password Benchmark

Protected by Cloudflare