Live data from Hacker News

Viewing profile — zimmerfrei

zimmerfrei

HN member
Joined
Sat, Jun 07, 2014, 7:15 AM UTC
HN karma
1,188
Public activity
154 items

About zimmerfrei

No profile information was provided.

Recent public activity

  1. comment
    Comment #48145180

    > AMD ROCm is only supported in the rocm branch. Has anybody tried it? There is a lot of emphasis on MacBook Pro in this thread, but I would like to use it with an AMD Halo Strix w…

  2. comment
    Comment #46844471

    > Nvidia released the first Shield Android TV in 2015 > it took about 18 months to [create] an entirely new security stack [...] Android updates aren’t actually that much work comp…

  3. comment
    Comment #46791272

    I don't think that a 100% anonymous attestation protocol is what most people need and want. It would be sufficient to be able to freely choose who you trust as proxy for your attes…

  4. comment
    Comment #46492741

    If you use AEAD, you clearly expect your recipients to use a recent client. Same as if you want to use PQC or any other recent feature. If your audience is wider, dont use AEAD but…

  5. comment
    Comment #46489347

    It is not a coincidence that most of the various proposed alternatives to PGP (signal, wormhole, age, minisign, etc) are led by a single golden implementation and neither support n…

  6. comment
    Comment #46488242

    When you encrypt something, you are the one deciding which level of interoperability you want and you can select the crypto primitives matching capabilities you know you recipient …

  7. comment
    Comment #46487500

    As mentioned a few days ago, this post mainly covers a gpg problem not a PGP problem. I recommend people to spend some time and try out sequoia (sq) [0][1], which is a sane, clean …

  8. comment
    Comment #46409099

    This is the right answer. The problem mostly concerns the oldest parts of PGP (the protocol), which gpg (the implementation) doesn't want or cannot get rid of.

  9. story
  10. comment
    Comment #41272710

    Yes, there are methods to combine multiple, different key exchange algorithms so that you need to break all, like in: https://datatracker.ietf.org/doc/rfc9370/ https://datatracker.…

  11. comment
    Comment #40837705

    I like it, because it is indeed nice to have a NIST-backed construction. But at the same time, it is disappointing that you get locked out of several niceties of NIST KDFs, such as…

  12. comment
    Comment #39470890

    Let's assume that you have a simple XOR between two registers. If the CPU can pre-label a register as having no bits set (and they can or speculate on it), during scheduling, it co…

  13. comment
    Comment #39466608

    Your argument boils down to "all hardware implementations so far in history never optimized word boolean operations so future implementations will keep doing so". I think that is j…

  14. comment
    Comment #39465304

    You assume that boolean operations are constant time, and whether that holds depends on the uarchitecture and how sophisticated the optimization layers are (e.g. nothing prevents t…

  15. story
  16. story
  17. comment
    Comment #39081914

    That's still described as a kernel for the TEE (like OPTEE is), it doesn't look like a replacement for Linux, which runs in the REE.

  18. comment
    Comment #39054225

    But then, the vast majority of the affected libraries in that page don't use GMP at all, but their own custom implementation (including openssl). In reality, RSA signing with blind…

  19. story
  20. comment
    Comment #37572429

    Certainly Google (and Oracle and AWS): https://www.marvell.com/company/newsroom/marvell-enables-ent...

  21. comment
    Comment #37571014

    More interestingly, Cavium (now Marvell) also designed and manufactured the HSMs which are used by the top cloud providers (such as AWS, GCP, possibly Azure too), to hold the most …

  22. story
  23. comment
    Comment #37251556

    >> The discrete TPM's threat model was never designed to cover you from attackers using oscilloscope to probe your laptop's SPI bus during the boot process for unencrypted data. Th…

  24. comment
    Comment #37219138

    >> Pixel phones (and all other phones running Tiramisu+) can attest to the full DICE chain's integrity to any app that requests it. This can be done through the KeyStore API. I do …

  25. comment
    Comment #37187078

    > I also noticed how the TCG manages to promote DICE without noticing it makes their baby TPM 2.0 obsolete. Alas, TCG seems to have recognized the mistake, so they have recently pr…