Password Strength
xkcd.com
Password Strength
1–7 of 7 posts
Re: Password Strength
#2Since most strings following these rules are hard to remember, and humans being humans, we get passwords that follow simple, predictable, and easily guessable patterns like
aAbBcCdD1234!
Follows every rule in the holy triad and is likely to be cracked in seconds from some rainbow table.Re: Password Strength
#3Re: Password Strength
#4One breakeven point is 63^10 (9.8e17) ~ 20000^4 (1.6e17).
This is being quite generous to the four words as the likelyhood of word selection from the vocabulary would be far from uniform. Also offset by the fact that shorter length passwords are brute-forced. If four-words became the dominant meta then we could instead have brute force applied to the word dictionary forms.
Re: Password Strength
#5There are two points to add: (1) If you use a randomly generated password of upper/lower/punctuation that's 63^length; (2) Four words is vocabulary^4. One breakeven point is 63^10 (9.8e17) ~ 20000^4 (1.6e17). This is being quite generous to the four words as the likelyhood of word selection from the vocabulary would be far from uniform. Also offset by the fact that shorter length passwords are brute-forced. If four-w…
Re: Password Strength
#6If anyone needs to generate cryptographically safe passwords that are easy to remember, I recommend this cool app that runs on dice: https://en.wikipedia.org/wiki/Diceware
Re: Password Strength
#7If anyone needs to generate cryptographically safe passwords that are easy to remember, I recommend this cool app that runs on dice: https://en.wikipedia.org/wiki/Diceware