gpg

برنامج GNU Privacy Guard. لمزيد من التفاصيل: https://gnupg.org/documentation/manuals/gnupg/Invoking-GPG.html.

gpg --full-generate-key

gpg --clearsign {{doc.txt}}

gpg --encrypt --sign --recipient {{alice@example.com}} --recipient {{bob@example.com}} {{doc.txt}}

gpg --symmetric {{doc.txt}}

gpg --decrypt {{doc.txt.gpg}}

gpg --import {{public.gpg}}

gpg --export --armor {{alice@example.com}}

gpg --export-secret-keys --armor {{alice@example.com}}