Analyzing a Strong Password
This example demonstrates the XKCD passphrase approach: four random words joined by hyphens. Despite having no uppercase letters, digits, or special characters, it scores high because of its length and entropy.
What You Will See
- Score: 3-4 (Strong to Very Strong) - High entropy from length and word randomness
- Crack time: centuries - Even offline attacks cannot brute-force this in any meaningful timeframe
- Patterns detected: May flag individual dictionary words, but the combination is unique
- Entropy: ~103 bits - Well above the 80-bit threshold for strong security
How to Use
- The passphrase “correct-horse-battery-staple” is pre-filled
- Compare the crack time estimates to the weak password example
- Notice how entropy increases with each additional word
- Try removing words to see how the score drops (3 words is weaker, 5 words is stronger)
- This passphrase does not appear in any known breach database