b2KIT

Password Strength Checker

Analyze password strength with entropy scoring, crack-time estimates, and improvement suggestions.

How to Use Password Strength Checker

  1. 1

    Enter a password

    Type the password you want to evaluate for strength.

  2. 2

    View the rating

    See the strength score from weak to very strong.

  3. 3

    Read the feedback

    Follow the suggestions to improve your password security.

Tested tool guide Tested browser tools Checked August 16, 2026

What Password Strength Checker does and how it behaves

This tool scores a password you type into the field, estimating its entropy in bits from the character types used (lowercase, uppercase, digits, symbols) and length, then converts that into an estimated brute-force crack time plus a list of specific weaknesses such as short length, low character variety, or repeated and sequential runs. Everything runs locally in your browser, so the password is never transmitted or logged. What people most often misread is the crack-time figure: it reflects one assumed attack speed and hashing scenario, so a password rated centuries to crack under one assumption can fall to hours under a faster offline attack, and a good score is not a guarantee against someone guessing a personally meaningful phrase.

How the result is produced

1

Entropy calculation

Entropy in bits is estimated from the size of the character pool the password draws from (lowercase, uppercase, digits, symbols) combined with its length, then reduced for detectable predictability such as repeated characters, simple sequences like abc or 123, or keyboard-adjacent runs like qwerty. A higher bit count means more possible combinations an attacker has to search through before landing on a match.

2

Crack-time estimate

The entropy value is converted into a human-readable time-to-crack figure by dividing the total possible combinations by an assumed guesses-per-second rate, usually shown across more than one attack scenario, such as slow throttled online guessing versus a fast offline hash-cracking attempt. Because the guess rate is an assumption rather than a measurement of any specific site's actual defenses, treat the figure as an order-of-magnitude guide, not a precise prediction.

Good uses

  • Checking a candidate password against a rough length/complexity bar before submitting it on an account signup form
  • Comparing a long memorable passphrase against a shorter random string to see which one actually carries more entropy
  • Reviewing an old, possibly reused password you're about to retire to see how quickly it could realistically be brute-forced

Limits and checks

  • The score only judges the string itself; it cannot tell you whether the same password has already surfaced in a breach dump, which is a separate kind of check entirely
  • Crack-time figures depend on the guess-rate assumption built into the tool; a real attacker's speed depends on the target site's hashing algorithm, salting, and rate limiting, none of which this tool can know
  • Pattern detection catches common weaknesses like keyboard runs or repeated characters, but it won't flag a password built from a personally meaningful but non-dictionary phrase (a pet's name plus a birth year) as weak, even though that's an easy target for someone who knows you

Common questions

Does my password ever leave the browser when I type it in?

No. The analysis runs locally on the page; nothing is sent to a server, logged, or stored once you navigate away. That's what makes it reasonable to test a real password you're considering rather than a stand-in.

Why does the crack-time estimate here differ from one I saw on another checker?

Different tools assume different guess rates and attack scenarios, such as online versus offline, or salted versus unsalted hashing, so the same entropy score can produce very different time-to-crack numbers. Use the figure to compare passwords against each other, not as an absolute guarantee.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools