Linked by Thom Holwerda on Tue 26th Apr 2011 22:06 UTC
Thread beginning with comment 471131
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Comment by atsureki
by vodoomoth on Wed 27th Apr 2011 08:45
in reply to "RE: Comment by atsureki"




Member since:
2006-07-17
They were storing passwords in cleartext?
If they are storing passwords in cleartext, not unheard of in proprietary systems, imagine the word list the hackers will have for future hacking, especially if tied to email addresses.
Simple way to take the power back, do your own hashing: use a real password, append some salt (ie domain name string) and pass it through a hashing method eg MD5 or SHA1. And use the output as your password for "Mega Corporation X's" service. By changing the salt for every service you generate unique passwords for each so hackers wont pwn you. And you need to only remember one password.
The passwordmaker extension for firefox does this, also available as a app for your phone.
See:
http://passwordmaker.org/