xerophtye

↗ HN profile [ 81.5 ms ] full profile
Karma
469
Created
July 24, 2013 (12y ago)
Submissions
0
  1. Our current model is that we store salted hash passwords where the username is the salt. When the user opens a login page, the server creates a session and sends a random string along with the login page. On the client…