As I said when I previously commented. I find it pretty ironic that these kind of breaches could have been avoided by simply creating a whitelist for their admin panel. This isn't rocket science. The majority of breaches of these size that keep occurring are password reuse, or open admin panels (bruteforce attacks). Who needs a vulnerability when an attacker can simply look up the Administrators on databases they already have?
Usually it is the password itself that is attacked, not the hashing algorithm. Many people use weak passwords and it is not that hard to use dictionary attacks against them.
I switched to using a few registration-specific emails after getting my own domain: [email protected] for really dodgy sites or sites I suspect will generate a bunch of crap periodical emails, and [email protected] for the sites I have a little more faith in.
It allows for much easier filtering of my email as well: I only get the emails I care for in my inbox.
[+] [-] welder|12 years ago|reply
[+] [-] tommaxwell|12 years ago|reply
[+] [-] elchief|12 years ago|reply
[+] [-] favadi|12 years ago|reply
[+] [-] lcedp|12 years ago|reply
[+] [-] harrytuttle|12 years ago|reply
$stored = md5(md5($password) + $salt);
That is the simple hash function.
[+] [-] nnwa|12 years ago|reply
[+] [-] lukeman|12 years ago|reply
[+] [-] seewhat|12 years ago|reply
[+] [-] narsil|12 years ago|reply
[+] [-] rob22|12 years ago|reply
[+] [-] aram|12 years ago|reply
Many people reuse the same email and password on other services/websites, so this is pretty valuable and sensitive information.
[+] [-] Sanddancer|12 years ago|reply
[+] [-] thejosh|12 years ago|reply
[+] [-] jonnyscholes|12 years ago|reply
[+] [-] mukundmr|12 years ago|reply
[+] [-] RossM|12 years ago|reply
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4...
[+] [-] pkolaczk|12 years ago|reply
[+] [-] kachnuv_ocasek|12 years ago|reply
[+] [-] jlebrech|12 years ago|reply
any unimportant site that demands a high security password (or low-entropy with silly rules) get put into my keypass.
[+] [-] blablabla123|12 years ago|reply
[+] [-] sspiff|12 years ago|reply
It allows for much easier filtering of my email as well: I only get the emails I care for in my inbox.
[+] [-] trvz|12 years ago|reply
[+] [-] ygra|12 years ago|reply