What this tool does
The Password Strength Meter measures a password the way a cryptographer would: it computes the entropy in bits, the size of the keyspace, a 0–100 score, and the estimated crack time under five different attacker models — from a throttled online login to a massive offline cracking array.
How it works
The meter determines your password’s character pool (lowercase, uppercase, digits, symbols), computes entropy as length × log2(poolSize), and derives the keyspace magnitude and a normalised score. Crack time for each scenario is the keyspace (halved for the average case) divided by that attacker’s guess rate.
Checker vs meter
The Password Strength Checker gives a quick, rule-based checklist; this meter is the numbers-first companion. Use them together — the checklist for fast guidance, the meter to understand exactly why.
Privacy
Everything runs in your browser with JavaScript. Your password is never uploaded, logged, or stored.