Viewing profile — brownell
brownell
HN member- Joined
- Wed, Feb 13, 2013, 1:49 PM UTC
- HN karma
- 22
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About brownell
No profile information was provided.
Recent public activity
-
comment
Comment #24811452
> I'm still on two generation back Perhaps that's why you aren't asked?
-
comment
Comment #18417413
"Of the USA"? Is the USA a continent now?
-
comment
Comment #18336769
Perhaps not saving cookies is something bots tend to do, hence the number of attempts...
-
comment
Comment #17176189
So 1 million possible passwords? That's straight-up terrible entropy these days.
-
comment
Comment #17136820
Excuse my ignorance... You're saying that if someone blocks you on Twitter you're no longer allowed to post something with their @handle? Or that they, as the blocker, just won't s…
-
comment
Comment #16995402
The random-salt has to be stored, at least for the length of the authentication request, because the server needs to generate the same hashed-hashed-password as the client to be ab…
-
comment
Comment #16991566
So let me make sure we're on the same page... -- Server stores hashed-password, hash-salt, and random-salt. Server sends hash-salt, and random-salt to client. Client uses user pass…
-
comment
Comment #15393129
Did you even read the comment you replied to? Years ago they did not delete accounts. They would deactivate it and never delete the data. They do now (apparently), but in the past …
- story
-
comment
Comment #5213019
I think you're missing something... parseInt('08', 10); // 8