TOOLS / PASSWORD STRENGTH
Password Strength Tester
Grade a password for entropy, character variety, dictionary words, and common patterns. Pure JavaScript — the password never leaves your browser.
What it does
Password strength has two components: entropy (the mathematical difficulty of a brute-force guess given charset and length) and predictability (whether common patterns make the password easier to find than its entropy alone suggests). Our tester computes both: entropy from charset × length, and pattern detection (dictionary words, keyboard walks, sequential digits, year mentions, top-1000 leaked-password matches). It also estimates time-to-crack at three threat tiers — online (rate-limited 1k guesses/sec), offline-fast (10B/sec, a modest GPU), and offline-GPU-farm (1T/sec, a serious adversary like a state actor or top-tier ransomware crew).
How to use it
- Type or paste the password. It’s graded as you type.
- Read the score (0–100), grade (Very Weak → Excellent), entropy in bits, and effective charset size.
- Review the "Issues" list — each issue lowers the effective strength below raw entropy.
- Check the three time-to-crack tiers: anything cracking in under a year at GPU-farm rates needs replacement.
Common use cases
Frequently asked questions
Is my password sent anywhere? +
What entropy do I need? +
Why doesn’t adding "!" make it strong? +
Should I memorize a long password or use a manager? +
Related tools
Related coverage on Ciphers Security
- CISA Contractor Leaked AWS GovCloud Keys on GitHub for Six Months
- CVE-2026-9082: Critical Drupal SQL Injection Under Attack on Thousands of Sites
- CVE-2026-20182: Cisco Catalyst SD-WAN CVSS 10.0 Auth Bypass Actively Exploited
- Kali365 PhaaS Kit Bypasses Microsoft 365 MFA via Device Code Phishing — FBI Warning
- Megalodon: Supply Chain Attack Backdoors 5,561 GitHub Repos in Six Hours via CI/CD Workflow Injection
Free for everyone, no signup required. Tool runs at /tools/password-strength/ — bookmark or share.