Live data from Hacker News

Electronic Arts Hates Strong Passwords

kaurkuut.com

1–10 of 111 posts

Re: Electronic Arts Hates Strong Passwords

#3

Does it matter if they're strong if all they're going to do is md5 them?

I always wonder exactly what those types of sites are doing that restricts the valid character set.

I shudder at the thought that this is their way of preventing SQL injections or something like that.

Re: Electronic Arts Hates Strong Passwords

#4
The worst example that I've seen has to be the site that could only handle password per {6,12}[A-Za-z0-9] - incredible.

Oh, I remember another one that's just as annoying. This site simply chopped of your password after n characters and it never gave you any kind of warning. Took a lot of troubleshooting to find out the exact position of n.

Re: Electronic Arts Hates Strong Passwords

#7
post #4

The worst example that I've seen has to be the site that could only handle password per {6,12}[A-Za-z0-9] - incredible. Oh, I remember another one that's just as annoying. This site simply chopped of your password after n characters and it never gave you any kind of warning. Took a lot of troubleshooting to find out the exact position of n.

Think about all-numeric PIN style passwords. I have seen banking websites that enforce [0-9]{4,6}
Post reply on HN