Live data from Hacker News

Viewing profile — theg

theg

HN member
Joined
Sun, Jun 01, 2008, 3:00 PM UTC
HN karma
1
Public activity
2 items

About theg

No profile information was provided.

Recent public activity

  1. comment
    Comment #205899

    Your method for storing the passwords server-side is actually not very secure. Hashing the passwords without a unique salt is not a secure way to store them. For one thing, every u…

  2. comment
    Comment #205890

    You can't have it both ways. If you are hashing the password before it is sent from the client to the server, you need the raw password on the server side. (Assuming you are concat…