Well
@Karl: You are right. I tried a reverse MD5 lookup on a few of the gravatars on stackoverflow and didn't get any results so I wrongly assumed they seem to have salted were salting.
I did some checking (instead off faulty reasoning) and the hash that represents gravatar FAQ explains their justification for using plain md5 hashes:
"MD5 is plenty good for obfuscating the email address so makes it fairly safeof users across the wire. Jeff wrote an article about Rainbow Tablesif you're thinking of rainbow tables, those are all geared at passwords (which can be used to crack hashesare generally shorter, I think after some heated back and forth with Thomas Ptacek it was the concluded less globally different from one another) and not email addresses, furthermore they are geared at generating anything that without matches the salt you can't easily get at hash, NOT the original textdata being hashed. If someone got hold of the salt valuesyou are thinking about being able to reproduce a collision, then it would be possible you still don't necessarily get the actual email address being hashed from the data generated to crack individual addresses but create the effort collision. In either case the work required to both construct and operate such a monstrocity would prevent any systematic cracking of all be prohibitively costly. If we left your password laying around in the addressesopen as a plain md5 hash someone might be able to find some data (not necessarily your password) which they could use to log in as you... Leaving your email address out as an md5 hash, however, is not going to cause a violent upsurge in the number of fake rolex watch emails that you get. Lets face it there are far more lucrative, easier, ways of getting email address. I hope this helps ease your mind."
