edit: I am not specifically tied to pgp, I just want an encryption method that uses a public key to decrypt and a private one to encrypt

  • pinchcramp
    link
    fedilink
    English
    201 year ago

    GPG is probably the most commonly used one. If you want something with a slightly less awkward command line interface, you could try sequoia-pgp.

  • @[email protected]
    link
    fedilink
    13
    edit-2
    1 year ago

    Is “PGP” part of the requirement, or are you looking for an asymmetric encryption scheme for files? If you are not tied to PGP, you could look at age, which is a bit more modern and less complex. Lower complexity is always good.

  • @[email protected]
    link
    fedilink
    English
    31 year ago

    vim-gnupg. If gpg-agent is setup and you connect with ssh with X11 forwarding enableed, gpg will popup it’s passphrase entry box (even on WSL Windows 11 or Chrome OS). Easy and convenient if you have a pgp key.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      You can also configure pinentry-curses of pinentry-tty and use the same setup without X11 forwarding. This also works with neovim!