Live data from Hacker News

Viewing profile — uonce

uonce

HN member
Joined
Tue, Aug 02, 2011, 2:04 AM UTC
HN karma
5
Public activity
7 items

About uonce

No profile information was provided.

Recent public activity

  1. comment
    Comment #12541425

    Can't you put it under "All Applications" to have it take effect in all apps?

  2. comment
    Comment #2879468

    Via mail in a security envelope. Will need to look into the potential attacks on that separately....

  3. comment
    Comment #2858740

    Thanks for another great answer. This is a big help.

  4. comment
    Comment #2849378

    That is so kind! Thank you for this advice. I'll pay it forward online....

  5. 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…

  6. 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 …

  7. 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…