💾 Archived View for freeshell.de › tldr › gpg.gmi captured on 2023-11-04 at 12:32:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

gpg

GNU Privacy Guard.
See `gpg2` for GNU Privacy Guard 2.

More information.

gpg --full-generate-key
gpg --clearsign {doc.txt}
gpg --encrypt --recipient {alice@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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY