Viewing profile — izakage
izakage
HN member- Joined
- Thu, Aug 23, 2012, 11:11 PM UTC
- HN karma
- 30
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About izakage
No profile information was provided.
Recent public activity
-
comment
Comment #32315471
Another one with similar graphics might have been “HTML Goodies”
-
comment
Comment #5543479
There's also "dirs" to view the directory stack!
-
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…
-
comment
Comment #5313837
Here's a link to the mentioned video: http://www.youtube.com/watch?v=ekv0kprA3AY
-
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…
-
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…
-
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 …