eBay Japan Passwords Revealed As Username+123456
mask.of.sanity (1228908) writes "eBay Japan created passwords for accounts based on a combination of a username plus a static salt, allowing anyone with knowledge of it to access any account, a researcher reported. The salt, which should have been random, used was the combination '123456', which was reported as last year's worst password." Complete with visual aids.
That's the same password as my luggage!
....That's amazing! I've got the same combination on my luggage!
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
I too have seen Spaceballs.
s/[stupid comments]/[intelligent discourse]/gi
If the password was set by the system, either during a password reset or initial account creation, the first thing I do is change the password to a random one my password manager program's generated. Why were these accounts still using the system-created password? Also, the article seems to conflate two uses of the term "salt": the random nonce used to insure the stored hash value isn't the same for two different accounts that picked the same password, and the random string used in the plaintext of the initial password to avoid a trivially-guessable "password same as username"-type case. The two aren't at all the same.
Wait so in the US most passwords (and server names and PC names and switch names and domain names) are Anime characters or related to Animes and in Japan they chose 123456? What the hell?
My interpretation is that they used a) as b), which should be fine if the salt was actually salty. I think they did:
default_password = crypt(username+salt)
That would be fine if they used real salt (random), but instead they used Mrs. Dash salt substitute.
It looks from the video that the password is simply the username concatenated with a global string, "123456".
That's not salt. That's not what the word means. A salt is data that is not part of the password but is combined with the password when hashed. The client side never sees salt.
So all these discussions of salt are not at all relevant.
This is fundamentally a case of hard-coded credentials, which is more stupid than a non-random salt. (Also, really, transmitting credentials over HTTP?)
I've lived in Japan for over 20 years and I, like probably most people in Japan, didn't know it even existed.