Password Strength Checker
Estimate the entropy and crack-time of any password — entirely in your browser.
How it works
Type a password to see how a modern attacker would view it. The check runs locally in your browser — nothing is sent over the network. We estimate entropy from length and character classes, then apply penalties for common passwords, keyboard runs, repeats and date patterns.
Methodology
Crack-time assumes an offline attack against a weakly-hashed credential database at roughly 10^11 guesses per second on commodity GPUs. Real systems with strong hashing (bcrypt, scrypt, argon2) and online rate limits are far slower to attack — but plan for the worst case.
Frequently asked questions
Is my password sent anywhere?
No. The check is JavaScript that runs locally. We don't have a server you could leak to.
Why does my favorite password score badly?
Common passwords are tried first. Even if it 'feels' clever, attackers have very large lists from past breaches. Length and randomness beat cleverness.
How long should a password be?
For accounts you care about: 14+ random characters in a password manager, or a 6+ word passphrase. For your master password: longer.
Other free tools
Password Generator
Create a strong, random password using your browser's secure RNG.
ToolPassphrase Generator
Generate a memorable random word-based passphrase for your master credential.
ToolBrowser Privacy Snapshot
See exactly what your browser exposes to every website you visit.
ToolSecurity Headers Explainer
Paste your site's response headers — get a plain-English breakdown of each one.
ToolQR Code Generator
Generate a QR code from any text or URL — entirely in your browser.
ToolWord Counter
Count words, sentences, paragraphs, and reading time as you type.
ToolCharacter Counter
Count characters with and without spaces — useful for SEO meta tags and tweets.
ToolURL Encoder / Decoder
Convert text to and from percent-encoded URL form, in your browser.
ToolBase64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text — locally.
ToolMeta Title SERP Preview
See how your <title> tag looks in a Google search result, with character feedback.
ToolMeta Description SERP Preview
Preview your meta description and check it fits in a search snippet.
ToolRobots.txt Generator
Build a robots.txt with common rules, the right syntax, and your sitemap line.
ToolVPN vs Proxy Decision Helper
Answer four questions; get a clear recommendation.