Password Policy Tester
Check a password against a set of rules — a preset like NIST, or your own — and see exactly which ones it meets. It is tested on your device and never leaves your browser.
Check a password against a set of rules before a login form does it for you. Pick a preset or build your own, and every rule is listed with what it asked for and what your password does about it. The whole test runs here in your browser — nothing is sent anywhere, and nothing is saved.
Password to test
Stays in this browser tab. It is never sent, stored or remembered.
Nothing to test yet. Start typing above and every rule appears here, each one marked met or not met, alongside how strong the password actually is.
The policy to test against
The one rule that does the most work. Everything below it is decoration by comparison.
What a password policy can and cannot tell you
A policy is a set of rules a password has to fit: how long it is, which kinds of characters it contains, what it must not contain. Every rule is about the shape of the password, which is the only thing a login form can check quickly — and the reason a policy is a weaker guarantee than it looks.
P@ssw0rd satisfies the classic corporate rule set completely: eight characters, upper, lower, a number and a symbol. It is also one of the first passwords any attacker tries. Composition rules are easy to satisfy predictably, and that is exactly what people do under one — a capital at the front, a number and an exclamation mark at the end.
This is why the current NIST guidance dropped them. It asks for length, asks that long passwords and passphrases be accepted, and advises against forcing a mix of character types or expiring passwords on a schedule. The remaining requirement it does make — that a password be checked against lists of ones already breached — is not something a rule about shape can do, which is what the strength checker is for.
So read the two verdicts above together. The checklist tells you whether a form will accept this password; the meter tells you whether it should.
Everything happens on your device. Your passwords never leave this browser.