I wouldn't care so much about this, except that I am often essentially required to give my data to Ubisoft (and other third party publishers) in order to buy/play their games. EA, you're no better. Why are all these companies adamant about trying to bootstrap their own services. It's maddening, and it only causes things like this to happen. Steam exists, and it's amazing. Stop trying to do better -- you won't.
Ubisoft hacked, account data compromised
51–60 of 104 posts
Re: Ubisoft hacked, account data compromised
#52I just got an email about this from Ubisoft, with a link to change my password. Yet another incident to prove that unique passwords and utilities such as RoboForm / Dashlane / Lastpass are a necessity.
I find that's the biggest hurdle that average users can't grasp, it's not about one website getting hacked.. it's that if your ubisoft password is the same as your email address password then they can now log into your email address, which means they can probably take over every online account you have.
Re: Ubisoft hacked, account data compromised
#53Earlier quoted context omitted.
No one encrypts passwords. They just refer to one-way hashes, typically MD5, as encryption.
Unfortunately, I have to disagree. In fact, there are some large vendors of software that truly use encryption instead of some form of one way hashing. Sadly, I have to deal with software like this and there's no chance it's going to change any time soon.
Re: Ubisoft hacked, account data compromised
#54Let's play the guessing game: by "encrypted" they mean MD5'd?
By encrypted they probably mean they applied the most potent of all cryptographic techniques: base64 encoding!
Re: Ubisoft hacked, account data compromised
#55Earlier quoted context omitted.
Why don't you like lastpass? Genuinely curious. I've been pretty happy with them.
Mostly because the interface is clunky and I'd rather not be forced to have my passwords stored on a company's servers.
That said, the interface is definitely terrible. It could use a refresh at this point.
Re: Ubisoft hacked, account data compromised
#56I wouldn't care so much about this, except that I am often essentially required to give my data to Ubisoft (and other third party publishers) in order to buy/play their games. EA, you're no better. Why are all these companies adamant about trying to bootstrap their own services. It's maddening, and it only causes things like this to happen. Steam exists, and it's amazing. Stop trying to do better -- you won't.
That's a pretty lousy, defeatist attitude to have. "Girls, stop trying to be as good at math as boys -- you won't." "Google, stop trying to do better than AltaVista/HotBot/Lycos/Excite -- you won't." "Apple/Linux, stop trying to do better than Microsoft -- you won't." "PlayStation/Xbox, stop trying to do better than Nintendo -- you won't." "Tesla, stop trying to do better than Toyota -- you won't." "Renewable energy…
Re: Ubisoft hacked, account data compromised
#57Re: Ubisoft hacked, account data compromised
#58Earlier quoted context omitted.
Mostly because the interface is clunky and I'd rather not be forced to have my passwords stored on a company's servers.
Ahh. OK. One small nit. Passwords aren't stored, the has is. If you forget your lastpass password, there's no way to retrieve them. I'm OK with this, which is why I continue to use lastpass. That said, the interface is definitely terrible. It could use a refresh at this point.
Re: Ubisoft hacked, account data compromised
#59Earlier quoted context omitted.
Is there even any reasonable excuse for limiting the length of passwords to something less than hundreds of characters?
There's no reason to limit the length of passwords whatsoever, except perhaps to be sure you're not trying to hash 20mb of text.
Re: Ubisoft hacked, account data compromised
#60To add insult to injury, another (though less severe of course) security issue is this - I went to the "change password" page per their recommendation, and typed my email. Usually, security best practices say that you should not volunteer any information for a potential attacker, e.g. don't tell the user if an email was sent or not, as this can be used for example to eventually construct a list of all their user's em…
I'm going to speak strongly against the prevailing view in the security community here: a forgot password email/username oracle is not an issue . Not in any way, shape, or form. Why? Because if I go to register an account with a given email or username, it's going to tell me if that account is already registered! Unless you make multiple accounts with a given username/email possible (please, please don't do that), th…
This way, we don't leak the emails of registered users. If we use emails as usernames, we don't leak usernames either.