gnupg@1.4

GNU Privacy Guard 1.4 - encryption and signing tool using OpenPGP

brewmacoslinux
Try with needOr install directly
Source

About

GNU Privacy Guard (OpenPGP)

Commands

gpg1gpg

Examples

Generate a new GPG key pair$ gpg1 --gen-key
Encrypt a file with a recipient's public key$ gpg1 --encrypt --recipient user@example.com document.txt
Decrypt an encrypted file$ gpg1 --decrypt document.txt.gpg