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

    And I do…

    Academically, I trust the more modern algorithms with the shorter keys - not least because all the guidance says to trust them.

    Viscerally, looking at the keys, the short ones just feel more vulnerable.

    • solrize@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 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
        ·
        14 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
          ·
          11 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.

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

            a situation where you need truly public keys is probably not that secure to begin with.

            A banking website?