gnupg@2.2

Complete GNU Privacy Guard implementation for encryption and digital signatures

brewmacoslinux
Try with needOr install directly
Source

About

GNU Privacy Guard (OpenPGP)

Commands

gpggpg-agentgpgconfgpgvgpgsm

Examples

Generate a new GPG key pair$ gpg --full-generate-key
Encrypt a file for a recipient$ gpg --encrypt --recipient user@example.com file.txt
Decrypt an encrypted file$ gpg --decrypt file.txt.gpg