wtry@lemm.ee to Linux@lemmy.ml · 1 year agoWhat are the best linux utilities for only decrypting and encrypting pgp?message-squaremessage-square9fedilinkarrow-up122arrow-down11
arrow-up121arrow-down1message-squareWhat are the best linux utilities for only decrypting and encrypting pgp?wtry@lemm.ee to Linux@lemmy.ml · 1 year agomessage-square9fedilink
minus-squarevirr@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agovim-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.
minus-squarezazu@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-21 year agoYou can also configure pinentry-curses of pinentry-tty and use the same setup without X11 forwarding. This also works with neovim!
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.
You can also configure pinentry-curses of pinentry-tty and use the same setup without X11 forwarding. This also works with neovim!