Live data from Hacker News

Viewing profile — zooko_LeastAuth

zooko_LeastAuth

HN member
Joined
Sun, May 12, 2013, 12:18 AM UTC
HN karma
54
Public activity
14 items

About zooko_LeastAuth

No profile information was provided.

Recent public activity

  1. comment
    Comment #7853738

    My startup company is joining "Reset The Net" by deploying an upgrade to our encrypted cloud storage product and cutting the price in half: https://leastauthority.com/blog/

  2. comment
    Comment #7519969

    Speaking of the vulnerabilities that our team found, here is our blog post about it and a link to our report and the github issue tickets that we opened: Here is our blog post abou…

  3. comment
    Comment #7519704

    Here is our blog post about our audit of Cryptocat, which was also announced today: https://leastauthority.com/blog/

  4. comment
    Comment #7517269

    Oh, and here's the Open Technology Fund's comment: https://www.opentechfund.org/article/bringing-openness-secur...

  5. comment
    Comment #7516821

    We at LeastAuthority have written a blog post about the Cryptocat audit from our perspective: https://leastauthority.com/blog/

  6. comment
    Comment #7272014

    Thank you so much for the kind words. I'm proud of our work on the Crypton audit, and I hope you have a chance to look at our report at some point: https://spideroak.com/share/PFXW…

  7. comment
    Comment #7271661

    I just posted a comment on the SpiderOak blog about how I was rather startled when I found out that they had waited until after we did the security audit before they informed us th…

  8. comment
    Comment #7197301

    You could consider using Tahoe-LAFS instead of BitTorrent sync. Tahoe-LAFS is open source and stable, but it isn't a clone of btsync, and it might not fit for your purposes.

  9. comment
    Comment #6939963

    Taylor Hornby has written a good introductory explanation of the Known Plaintext Attack model and the more powerful attack models, in the context of the Telegram cracking contest: …

  10. comment
    Comment #6939595

    Thanks for sponsoring the Telegram product. (Even though I think what they are trying to do could be done much better.) Could you please ask the Telegram team to post the exact con…

  11. comment
    Comment #6937853

    Somebody pointed out to me that this isn't reddit, but hackernews. Oops, sorry.

  12. comment
    Comment #6937631

    Dear makers and backers of Telegram: Perhaps in response to my requests ( https://news.ycombinator.com/item?id=6933179 , https://twitter.com/zooko/status/413552420522708993 , https…

  13. comment
    Comment #6933179

    Could you show us examples of the actual message sent each day from Paul to Nick, except with the secret email address XXX'ed out? Is it the same message each day, or different?

  14. comment
    Comment #5692636

    That's the evolution Python went through as well: reference counting, then (in CPython 2.0) an adjunct cycle-collector, then (in PyPy) a non-reference-counting garbage collector. H…