• solrize@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 hours ago

    Most of us don’t have control over the public keys we use. We connect to a web site with a browser, and the server supplies the public key.

    If you want public keys for your own purposes, I guess nothing stops you from generating 4096 bit (or whatever) ECC keys. Of course the arithmetic will be slow.

    If you’re really paranoid about potential math advances affecting ECC and/or RSA, then you may be best off avoiding public key schemes altogether. Just use secret keys, and maybe Merkle tree signatures.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 hours ago

      Just use secret keys

      You mean symmetric keys? They’re great, but they aren’t terribly practical in MANY application scenarios.

      • solrize@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        They can be less convenient, yes, but a situation where you need truly public keys is probably not that secure to begin with. If you’re just trying to talk to your friends from your tree house, symmetric encryption is completely practical, including using something like DUKPT for forward secrecy.