Live data from Hacker News

Viewing profile — earthrise

earthrise

HN member
Joined
Wed, Jan 23, 2013, 1:17 PM UTC
HN karma
416
Public activity
44 items

About earthrise

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #14418730

    This post really needed to be written -- I get this question a lot, too. I like the blind indexes concept, it saves you from having to find some weird deterministic encryption mode…

  4. comment
    Comment #14295062

    Security is half a technical problem and half a usability problem (for developers). We need more emphasis on the usability half. For example, we should be doing everything we can t…

  5. story
  6. story
  7. comment
    Comment #13765435

    The salt would need to be kept secret so it shouldn't be called a salt, it should be called a key. The benefit of Scott's solution compared to this is that you don't need to deal w…

  8. story
  9. story
  10. story
  11. comment
    Comment #9701153

    I usually consider this a "vulnerability" in the sense that the author probably intended to use AES and so they may have misunderstood the mcrypt API. Most importantly, they might …

  12. story
  13. comment
    Comment #8938286

    Yeah, when I made this program two years ago I never intended it to be taken this seriously. I added a big disclaimer to the readme.

  14. comment
    Comment #8938105

    Hi everyone, I'm the author of that software. I really didn't want this to blow up. It's absolutely NOT a solution to getting raided by the police. While that was the original insp…

  15. comment
    Comment #8577454

    Say we're trying to download the PHP source code from php.net. If all that's protecting us is SSL, then if an adversary compromises the php.net servers (happens all the time, and a…

  16. comment
    Comment #8551029

    I've written down some general principles we should follow, but any reasonable implementation of them seems pretty far off: https://defuse.ca/triangle-of-secure-code-delivery.htm t…

  17. story
  18. story
  19. story
  20. comment
    Comment #7582632

    Steve Gibson is working on a system called "SQRL" that does exactly that, and should be very usable: https://www.grc.com/sqrl/sqrl.htm edit: forgot some words

  21. comment
    Comment #7386529

    Here's the rough process I followed when I did that audit: https://defuse.ca/b/hwwW9d3FkPGhM4T6xBIbhf I think the reason I found so much in only 10 hours is that I had a good set o…

  22. story
  23. comment
    Comment #6945210

    In cryptography, the burden of proof is on the one proposing the system. It's up to the system designer to prove it secure. The reason why we stick to things like encrypt-then-HMAC…

  24. comment
    Comment #6932083

    This is a bullshit challenge. The attack model in which it is set is nothing like the theoretical models cryptographic systems are designed to be secure against, and even less like…

  25. story