Hacker News new | ask | show | jobs
by toomuchtodo 4307 days ago
Couldn't you do a hash of the email?

http://dialzoo.com/67135a14d3ac4f1369633dd006d6efec

1 comments

The search space of email is small enough that hashing is not a good solution.

http://www.developer.it/post/gravatars-why-publishing-your-e... http://archive.hack.lu/2013/dbongard_hacklu_2013.pdf

They can add a random seed to the hash to increase the search space. In fact it doesn't need to be a hash - they could just store a random string.