Password Strength
Use the Password Strength to track training progress. Enter your lifts, reps, or body stats to get personalised targets and performance benchmarks.
Formula
Score based on length, entropy, and pattern matching
We analyze character set size and length to calculate entropy. We also deduct points for known weaknesses like dictionary words, repeated characters, and common sequences.
Worked Examples
Example 1: Weak Password
Problem: Analysis of 'Password123'
Solution: Score: 10/100\nCrack Time: Instant\nIssues:\n- Common word\n- Predictable pattern\n- Too short\n\nVerdict: Extremely vulnerable to dictionary attacks.
Result: Do not use!
Example 2: Moderate Password
Problem: Analysis of 'MyDogRex1990'
Solution: Score: 45/100\nCrack Time: 2 days\nIssues:\n- Uses dictionary words\n- Uses personal info (year)\n- No symbols\n\nVerdict: Better than 'Password123' but still guessable.
Result: Okay for low-risk sites
Example 3: Strong Password
Problem: Analysis of 'K7$mP9#vL2@qX5'
Solution: Score: 100/100\nCrack Time: Billions of years\nFeatures:\n- 14 characters\n- Random mix of all types\n- No patterns\n\nVerdict: Excellent for banking or primary email.
Result: Highly Secure
Frequently Asked Questions
What makes a strong password?
A strong password is at least 12 characters long (16+ is better) and includes a mix of uppercase letters, lowercase letters, numbers, and special symbols. It should not contain personal information, dictionary words, or predictable patterns.
Should I use a password manager?
Yes! Password managers allow you to use unique, complex, random passwords for every single account without needing to memorize them. You only need to remember one strong master password.
Is my password safe on this tool?
Yes. Password Strength runs entirely in your browser. Your password is never sent to any server, stored, or shared. You can even disconnect from the internet while using it to be sure.
How often should I change my password?
Modern advice is to only change passwords if you suspect a breach. Forced regular changes often lead to users choosing weaker, predictable passwords (e.g., changing 'Pass1' to 'Pass2').
What are the most common password mistakes?
The biggest mistakes are reusing passwords across sites, using personal information (birthdays, pet names), choosing short passwords under 8 characters, using dictionary words with simple substitutions, and not enabling two-factor authentication.
What is password entropy and why does it matter?
Entropy measures password randomness in bits. Higher entropy means more possible combinations an attacker must try. A 12-character password using all character types has roughly 79 bits of entropy. Aim for at least 60 bits for important accounts.