Electronic Arts Hates Strong Passwords
11–20 of 111 posts
Re: Electronic Arts Hates Strong Passwords
#12This goes into the same category as validating email addresses (just go ahead and send the confirmation email and watch me not replying in case I entered a bad address, instead of complaining I can't use plus or some other allowed character in it) or my phone number (if you're picky about formatting I can already give you 01234567890 if I want so just let me, in the first place, type in a nicely formatted "+44-123 4567890" or something that I like) or asking me to provide something twice (I'll just copypaste from the first field, thanks; would be more useful if you just printed a confirmation of what I wrote onto the next page).
Re: Electronic Arts Hates Strong Passwords
#13Does it matter if they're strong if all they're going to do is md5 them?
It's better than nothing, but not much. The fact that they md5'd it at all suggests they were thinking about security, just not very hard or well.
Re: Electronic Arts Hates Strong Passwords
#14The 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
#15The 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}
Re: Electronic Arts Hates Strong Passwords
#16Windows Live also has a 16 character, restricted-character limit.
Even worse, if I remember correctly they silently truncate passwords longer than 16 characters. I wasted nearly an hour trying to log in when they started doing that.
(I hope you're joking about spending an hour trying to log in, though.)
Re: Electronic Arts Hates Strong Passwords
#17Holy moly, that's really really hard to read agains that background.
Re: Electronic Arts Hates Strong Passwords
#18Re: Electronic Arts Hates Strong Passwords
#19I found out the hard way after I'd started to use Keepass to generate and manage my passwords.
There are even sites that have different limits for the "Change password" and "Enter password" input fields. Eg change accepts up to 30 characters but enter accepts only 20 chars.
Obviously they don't even know why it matters.
I think the developer just silently presumed that no one would enter such long passwords.
The problem is really prevalent.
Re: Electronic Arts Hates Strong Passwords
#20The 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}
This may just convince me to switch banks...