Last Updated: February 25, 2016
·
616
· ronanguilloux

Authentication security tip of the day

echo -n your_password | sha1sum

and search result in Google. Got a hit ? Change your password ! Repeat test with:

echo -n your_password | md5sum

Yes, your favorite password is probably already in a rainbow table somewhere.

source : http://seenthis.net/messages/76592