Hi everyone,

I was wondering if you know a way to use the generated OpenPGP key created trough Thunderbird to sign PDF’s ?

(Devuan distro)

Thanks.

    • umami_wasabi
      link
      fedilink
      64 months ago

      Isn’t that already done when sending a signed email? Or other types of sent that I’m not aware?

  • @kevincox@lemmy.ml
    link
    fedilink
    84 months ago

    Do you mean using PDF’s built-in signature mechanisms? I don’t think so.

    If you want to do regular PGP file signing you can export the key from Thunderbird and do whatever you want with it.

  • @Rick_C137@programming.devOP
    link
    fedilink
    English
    3
    edit-2
    4 months ago

    Thank you all for your quick reactions !!

    To summarize if I want to use the PDF built-in signing I will need to convert my OpenPGP into a X.509 cert otherwise I can simply use the OpenPGP file signing

    I want to stick to the UNIX Philosophy especially:

    Write programs that do one thing and do it well.

    So I will use the OpenPGP signing tool :)

    Thanks !

    • @delirious_owl
      link
      14 months ago

      Please edit the OP instead of making a comment

    • @Laser@feddit.de
      link
      fedilink
      14 months ago

      OpenPGP is kind of like the opposite of that - it does a lot of things, and none of them particularly well. To quote:

      PGP does a mediocre job of signing things, a relatively poor job of encrypting them with passwords, and a pretty bad job of encrypting them with public keys. PGP is not an especially good way to securely transfer a file. It’s a clunky way to sign packages. It’s not great at protecting backups. It’s a downright dangerous way to converse in secure messages.

      minisign is more in the UNIX spirit.