Viewing profile — theg
theg
HN member- Joined
- Sun, Jun 01, 2008, 3:00 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About theg
No profile information was provided.
Recent public activity
-
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…
-
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…