Viewing profile — uonce
uonce
HN member- Joined
- Tue, Aug 02, 2011, 2:04 AM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About uonce
No profile information was provided.
Recent public activity
-
comment
Comment #12541425
Can't you put it under "All Applications" to have it take effect in all apps?
-
comment
Comment #2879468
Via mail in a security envelope. Will need to look into the potential attacks on that separately....
-
comment
Comment #2858740
Thanks for another great answer. This is a big help.
-
comment
Comment #2849378
That is so kind! Thank you for this advice. I'll pay it forward online....
-
comment
Comment #2843170
Wonderful reply, thank you! Glad to know about PBKDF2. It seems like the right fit. In this application, I'm actually generating strong passwords and assigning them to users — it's…
-
story
Bcrypt - symmetric encryption
I'm investigating whether I can use bcrypt not just for password hashing, but to encrypt database contents as well. The idea would be to run a strong password through bcrypt (with …
-
story
Key length with bcrypt
I'm working on an authentication system that is a little different than a traditional username and password scheme. Each user is assigned a key, of length N bits. I'm giving the us…