Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Encrypted or hashed? Encryption with a symmetric key is useless and asymmetric is probably computationally expensive for these purposes? Commented Mar 29, 2013 at 16:11
  • Encrypted, not hashed. There is absolutely nothing wrong with symmetric encryption and there are several ways to implement this solution. You might also want to mention the reason you think symmetric encryption is "useless". Commented Apr 4, 2013 at 17:12
  • 1
    What is the point of encrypting the usernames? If it is for anonymity, it will fail when (logging/application) server is compromised. Commented Apr 4, 2013 at 17:17