Password Strength Checker
Real-time scoring, crack-time estimates, and a secure password generator.100% client-side. Your password never leaves your browser.
Click GenerateA password manager generates, stores, and auto-fills unique passwords for every site. See how the top options compare.
Frequently Asked Questions
How is password strength calculated?+
The score combines character diversity (lowercase, uppercase, numbers, symbols), length, mix bonus for using 3+ character types, and penalties for patterns like repeated characters, sequential sequences, and common passwords. Scores range from 0 (very weak) to 100 (very strong).
How is crack time estimated?+
Crack time assumes a brute-force attack at 10 billion guesses per second (a reasonable estimate for modern GPU clusters). The formula is: (character set size ^ password length) / 10,000,000,000. This gives a worst-case estimate for pure brute force -- real attacks may use smarter strategies.
Is my password sent to a server?+
No. All analysis happens 100% in your browser using JavaScript. Your password never leaves your device. Verify this in your browser's network tab -- zero requests are made with your password data.
What makes a strong password?+
Use 16+ characters with a mix of uppercase, lowercase, numbers, and symbols. Avoid dictionary words and personal info. Most importantly, use a unique password for every account and store them in a password manager.