Live data from Hacker News

Viewing profile — izakage

izakage

HN member
Joined
Thu, Aug 23, 2012, 11:11 PM UTC
HN karma
30
Public activity
7 items

About izakage

No profile information was provided.

Recent public activity

  1. comment
    Comment #32315471

    Another one with similar graphics might have been “HTML Goodies”

  2. comment
    Comment #5543479

    There's also "dirs" to view the directory stack!

  3. comment
    Comment #5421101

    If passwords were hashed+salted client-side, an attacker could use the hash+salt in exactly the same way as they would a 'raw' password. So the answer is no; the strength measureme…

  4. comment
    Comment #5313837

    Here's a link to the mentioned video: http://www.youtube.com/watch?v=ekv0kprA3AY

  5. comment
    Comment #4520877

    I was simply trying to clarify the challenge-response mechanism for the parent poster, not suggesting you use keychain dongles everywhere. Regardless, the idea that the plaintext p…

  6. comment
    Comment #4520313

    The server sends a challenge to the client. The client computes response = f(challenge, password), and sends the response. Then the server compares the response with its own comput…

  7. comment
    Comment #4425393

    I am curious about GPL compatibility in this situation. According to [1], software developed by US federal government cannot be licensed under the GPL since it is automatically in …