Live data from Hacker News

Viewing profile — stipes

stipes

HN member
Joined
Wed, Apr 07, 2010, 4:44 PM UTC
HN karma
25
Public activity
32 items

About stipes

I'm a grad student at UC Berkeley working on usable security. In the past, I've worked on privacy enhancing technology, anonymity systems, anti-censorship, and Internet routing.

I (sometimes) blog at http://cthomp.net.

Recent public activity

  1. comment
    Comment #4366746

    Agreed. As a point of comparison, it looks like you can get 650 million/s on a cg1.4xlarge instance [1] (Amazon's GPU computing instance with 2x Tesla Fermi M2050 GPUs), and it loo…

  2. comment
    Comment #4365366

    Your numbers show that SRP-SHA1 is about 50000 times better than salted SHA1. Not great, better than nothing (at least for those of us without dictionary-targetable passwords).

  3. comment
    Comment #4365306

    Down-thread [1], someone claims to have found SRP to be about 172 times slower than SHA1 on CPU due to the modular exponentiation and other overhead. Some numbers run by zaroth (do…

  4. comment
    Comment #2760086

    My guess? The team was solid. Since they found something else (i.e., something better), they probably are.

  5. comment
    Comment #2653470

    The design of BitCoin only includes very weak anonymity. A medium-to-large scale network analysis could most likely break any anonymity people thought they had.

  6. comment
    Comment #2597950

    Yes, in general write to /dev/random with the write permissions is how entropy gathering daemons and the like work. It gets added the input and mixed in. However, that doesn't fix …

  7. comment
    Comment #2597138

    Part of the problem is the conflict of transparency and security here. Fixing the wholesale reuse of RNG state would most likely require modifying the guest so that it is aware of …

  8. comment
    Comment #2597068

    I did some research work last semester on crypto inside VMs. One of our initial readings was Yilek's work on attacking VM crypto through VM snapshots http://cseweb.ucsd.edu/~syilek…

  9. comment
    Comment #2415372

    Whoops. The protocol you described is actually secure against that, since your login passes the preimage to the server for hashing and then comparison.

  10. comment
    Comment #2415359

    This increases the password space (assuming a cryptographically strong hash), but if the datastore is compromised, an attacker can just bypass the client hashing (by changing JavaS…

  11. comment
    Comment #2130851

    I believe Koza has several patents for things he has discovered using Genetic Programming / Algorithm techniques.

  12. comment
    Comment #2098320

    Well, as true decentralized bootstrapping is still an open problem (as far as I know), I'll give them a bit of a pass on that. It's an interesting idea, but I'd agree that there ar…

  13. comment
    Comment #2086461

    Bodybuilders would tend to go for the 100% method, not the 80/20. Although reading through some responses to the book on bodybuilding forums is an entertaining way to spend an hour…

  14. comment
    Comment #2081949

    I would personally say that even if nearly everything in the book fails for me, it was a good enough read to be worth $15 (roughly what I would pay for a novel, let's say).

  15. comment
    Comment #2072834

    He isn't CEO anymore...

  16. comment
    Comment #2040104

    I'm more familiar with the term "Computer Engineer" applied to hardware design folks, and "Software Engineer" with human programming. Am I nuts? Aside from the nitpick, the point i…

  17. comment
    Comment #1801139

    AGPL is the license that closes the service provider loophole. Normal GPL only applies if you are delivering binaries---providing a service is considered "in-house" use.

  18. comment
    Comment #1801006

    Thus the reason the AGPL was created, although hardly anyone uses it (to my knowledge).

  19. comment
    Comment #1599632

    I much prefer this treatment: http://rjlipton.wordpress.com/2010/06/26/stating-pnp-without... However, it is more of a "p vs. np for non CS theory people".

  20. comment
    Comment #1466926

    The article is rather sparse on technical details. The homepage for LOCKSS is http://www.lockss.org/lockss/Home . It appears to use some sort of Byzantine fault tolerance in its au…

  21. comment
    Comment #1446771

    There's a good wiki on Starting Strength at http://startingstrength.wikia.com/

  22. comment
    Comment #1443859

    I was surprised by the lack of mention for PlanetLab and Emulab.

  23. comment
    Comment #1443828

    TLS/SSL can cache the session in order to actually improve performance and scalability. Otherwise you'd have to redo the exchange each time you made a request. My guess is that the…

  24. comment
    Comment #1443821

    I read this back as a private preprint. Definitely well designed (a good fit for USENIX, where it will be published). They had to overcome some significant technical hurdles in ord…

  25. comment
    Comment #1405001

    My initial reaction to the title was that winning a professional level soccer game by more than five points does cause a loss of sorts: the physiological taxation that such effort …