Password Strength Checker
Score a password's strength and entropy instantly.
Build strong, random passwords locally in your browser. Pick a length and character set, generate instantly, and copy with one tap — nothing ever leaves your device.
…
Each character is chosen with your browser's crypto.getRandomValues — the same unpredictable source operating systems use for keys. No patterns, no seeds, no repeats.
When you tick uppercase, lowercase, digits and symbols, the generator makes sure at least one character from each set appears — so the result always matches the policy you set.
Generation happens entirely on your device. The password is never uploaded, stored on a server, or logged — it exists only on your screen until you copy it.
12 characters is a sensible minimum for most accounts; 16 or more for anything sensitive. Each extra character multiplies the time needed to crack it — length beats complexity.
Yes — tick Exclude ambiguous to drop I l 1 O 0. Handy when you have to read a password off one screen and type it on another.
It produces genuinely random output using your browser's secure generator. For maximum safety, generate the password on a trusted device, copy it straight into your password manager, and never reuse it.