Viewing profile — jonttaylor
jonttaylor
HN member- Joined
- Thu, Aug 28, 2014, 9:34 AM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About jonttaylor
No profile information was provided.
Recent public activity
-
comment
Comment #9111725
Thoughts? I built it a couple years ago! :) Works almost exactly as you said, although you quickly run into problems with how much data you can store in javascript before the page …
-
comment
Comment #8237479
The users password acts as a symmetric key. It is never sent to the server, but a hashed copy is sent to the server for authentication, which is then rehashed and stored in the DB.…
-
comment
Comment #8236550
I have been through this thought process before. The conclusion I came too was that the implementations should be transparent, but that the user information should not. Basically I…