Password Strength Checker
Test how strong your password is β entropy, crack time, and improvement tips.
How Password Strength is Calculated
This checker measures password strength using entropy β a mathematical measure of unpredictability. Entropy is calculated as: logβ(charset size ^ length). The character set size depends on which types of characters you use: lowercase letters (26), uppercase (26), numbers (10), and symbols (~32). A password using all four types and 12+ characters typically has 70+ bits of entropy, which is considered strong.
The crack time estimate assumes an attacker can try 10 billion passwords per second (representing a powerful GPU cracking rig). This is deliberately conservative β real attackers may be faster or slower. Your password is never sent anywhere β all analysis happens entirely in your browser using JavaScript. The page does not log, store, or transmit anything you type.
How to Use
- Type or paste your password into the field above.
- The strength meter, entropy score and crack time estimate update instantly.
- Check the requirements list to see what your password is missing.
- Follow the improvement suggestions to make it stronger.
- Click the π button to show or hide the password characters.