💾 Archived View for freeshell.de › tldr › gpg.gmi captured on 2024-02-05 at 11:12:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
GNU Privacy Guard.
See `gpg2` for GNU Privacy Guard 2.
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).