Bad Password Policies
davidpashley.com
Bad Password Policies
1–10 of 45 posts
Re: Bad Password Policies
#2Re: Bad Password Policies
#3I'm always scared when I see the maximum length limit in password. I expect they just put clear text in their DB. Otherwise why would they limit it? Any key deviation or hash function will give the same length, regardless of the password length. Scary ...
Re: Bad Password Policies
#4I'm always scared when I see the maximum length limit in password. I expect they just put clear text in their DB. Otherwise why would they limit it? Any key deviation or hash function will give the same length, regardless of the password length. Scary ...
[1] https://www.djangoproject.com/weblog/2013/sep/15/security/
Re: Bad Password Policies
#5Re: Bad Password Policies
#6Also, consider enforcing higher minimums. Eight characters is simply too fast to brute-force.
Re: Bad Password Policies
#7Re: Bad Password Policies
#8I find it extremely frustrating how many services (Microsoft included!!) won't allow me to use spaces in my passwords. Why on earth do they care which characters I choose for my passwords? So much for "correct horse battery staple"...
Re: Bad Password Policies
#9Re: Bad Password Policies
#10This should hopefully help more people choose strong passphrases.