Live data from Hacker News

Viewing profile — swordswinger12

swordswinger12

HN member
Joined
Thu, Jun 02, 2011, 12:59 PM UTC
HN karma
540
Public activity
239 items

About swordswinger12

No profile information was provided.

Recent public activity

  1. comment
    Comment #19049011

    I don't really understand the threat model in which this provides a real security benefit. If someone can inspect the contents of memory, can't they also recover the encryption key…

  2. story
  3. comment
    Comment #16449416

    Zadie Smith's essays are tremendous. I highly recommend her earlier collection "Changing My Mind".

  4. comment
    Comment #15495475

    AEZ uses a non-standard AES variant in a sui generis fashion; as a result some people have called its security into question: https://eprint.iacr.org/2016/832.pdf Point being, its …

  5. comment
    Comment #15495429

    Ah, thanks for the reply Tony. This would indeed prevent the problem I described. Kinda curious about the downvotes, since tptacek's original comment suggested nothing like CHAIN o…

  6. comment
    Comment #15495285

    >you can almost always delegate that kind of interface up one layer in your application stack and pass AES-SIV chunks of messages. Without additional precautions this approach is v…

  7. comment
    Comment #15195469

    Does anyone know if the IOTA devs ever wrote down a justification for using a hand-rolled hash instead of, like, SHA-256? If so, can you link it in a comment? EDIT: I feel compelle…

  8. comment
    Comment #15187909

    The short answer is yes. There are some (slow) ways to fix this: https://people.csail.mit.edu/nickolai/papers/goldwasser-we.p...

  9. comment
    Comment #15184751

    All FHE schemes can run a full-blown virtual machine, but you might not live long enough to see Ubuntu finish booting up.

  10. comment
    Comment #15112547

    I may have missed something in the whitepaper, but using a confidentiality-only encryption scheme like AES-CTR seems bad because it enables trivial attacks on file integrity (bit-f…

  11. comment
    Comment #15021938

    The author incorrectly calling them "elliptical curves" is like nails on a chalkboard. An "elliptical" is an exercise machine or an adjective used to describe something shaped like…

  12. story
  13. comment
    Comment #15006328

    You're letting your modern biases color how you view Tacitus' writings. Most people educated in the last ~hundred years or so were taught "history" as you understand it - an impart…

  14. comment
    Comment #14952474

    Can you explain how you would use FHE instead of garbled circuits in the Arx range query data structure? I don't see how that would work - wouldn't you have to (re-)introduce inter…

  15. comment
    Comment #14952464

    TFHE is not even in the same galaxy as CryptDB. Comparing the two is like comparing an apple and a 2007 Honda Civic. They're polar opposite approaches to executing queries on encry…

  16. comment
    Comment #14948866

    Fully homomorphic encryption isn't tremendously useful for database queries - you end up having to put the entire database in a massive FHE ciphertext, then expressing the query as…

  17. comment
    Comment #14883219

    This paper is a fairly convincing counter-argument to another recent work ( https://arxiv.org/abs/1707.03501 ) on physical adversarial examples for autonomous vehicles. The other p…

  18. comment
    Comment #14738014

    This isn't for lack of trying on the part of cryptographers - unconditional proofs of security for most modern cryptosystems would imply that P and NP are separate. For example, a …

  19. comment
    Comment #14623785

    There needs to be a word to describe the practice of arrogantly explaining a researcher's own results back to them on HN. Maybe HNsplaining?

  20. comment
    Comment #14574178

    The failures of the academic cryptography community to provide solutions to real-world problems in general are well-documented, and I will not belabor them here (q.v. Rogaway's "Th…

  21. comment
    Comment #14573921

    Another really interesting potential benefit of this work is enabling users to create longer, more complicated passwords. The idea is that if users are less encumbered by typos and…

  22. comment
    Comment #14573859

    To be clear: nowhere in this paper did we claim any particular solution is useless. However, the degree to which these systems are useful, and what situations they are useful for, …

  23. comment
    Comment #14572869

    If your threat model is having a hard disk stolen, simply using full-disk encryption or whatever Redis offers is probably fine. Fair warning, though: this is a really weak threat m…

  24. comment
    Comment #14572462

    It's worth pointing out that trusted execution for individual queries does not, in general, rule out the attacks discussed in this paper. If the database collects (for example) fre…

  25. comment
    Comment #14570678

    The original goal of the academic "encrypted database" proposals like CryptDB was security against this kind of adversary. The idea was that if all the data is encrypted even when …