Ubisoft hacked, account data compromised
21–30 of 104 posts
Re: Ubisoft hacked, account data compromised
#22I 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've been looking for a Lastpass alternative forever. Had no idea Dashlane existed, thanks!
Re: Ubisoft hacked, account data compromised
#23I 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.
Everything else being equal, Steam may well end up being similarly hacked in the future. The big difference with them is that they use 2FA, so even if your hashed password were stolen and cracked, they still would not be able to access your account. Edit: I just went through Ubi's password change process, they also restrict password lengths to 8 to 16 characters. Annoys the heck out of me when companies do this.
http://arstechnica.com/gaming/2011/11/valve-confirms-steam-h...
Re: Ubisoft hacked, account data compromised
#24[deleted]
Re: Ubisoft hacked, account data compromised
#25[deleted]
Re: Ubisoft hacked, account data compromised
#26Earlier quoted context omitted.
Everything else being equal, Steam may well end up being similarly hacked in the future. The big difference with them is that they use 2FA, so even if your hashed password were stolen and cracked, they still would not be able to access your account. Edit: I just went through Ubi's password change process, they also restrict password lengths to 8 to 16 characters. Annoys the heck out of me when companies do this.
Is there even any reasonable excuse for limiting the length of passwords to something less than hundreds of characters?
Re: Ubisoft hacked, account data compromised
#27I 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.
I have mixed feelings about that. On the one hand, I fully agree - I hate having all kinds of junky game clients running on my computer when I ought to just be able to have one, Steam, which is obviously doing a decent job. On the other hand, I think that competition will drive Steam to be better (or maybe, just maybe, result in something better than Steam), and so I don't necessarily want the other companies to stop…
Re: Ubisoft hacked, account data compromised
#28Let's play the guessing game: by "encrypted" they mean MD5'd?
Re: Ubisoft hacked, account data compromised
#29Let's play the guessing game: by "encrypted" they mean MD5'd?
So I don't know exactly what they mean, but it's at best symmetric encryption.
Re: Ubisoft hacked, account data compromised
#30I 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.
As an alternative, you could GPG a text file with all passwords and use... hexdump -n 16 -v -e '/1 "%02X"' /dev/urandom ...as a password generator
openssl rand 48 -base64