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
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?)