Live data from Hacker News

Viewing profile — revelate

revelate

HN member
Joined
Mon, Feb 01, 2010, 9:59 PM UTC
HN karma
3
Public activity
4 items

About revelate

http://www.revelate.com

Recent public activity

  1. story
  2. comment
    Comment #1818801

    Having just seen this it at work for a startup we helped launch, I strongly recommend (without giving too much away): 5) Makes sense for other companies to promote to their custome…

  3. comment
    Comment #1094503

    HTTP Digest support pretty much requires you to hash passwords using MD5(salt:password), if there’s a way to support HTTP Digest while storing bcrypt hashed passwords I’d love to k…

  4. comment
    Comment #1093588

    We implemented http digest authentication ( http://en.wikipedia.org/wiki/Digest_access_authentication ) in our application for the following reasons: - We needed to securely authen…