💾 Archived View for freeshell.de › tldr › gpg2.gmi captured on 2024-05-10 at 12:08:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

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

gpg2

GNU Privacy Guard 2.
See `gpg` for GNU Privacy Guard 1.

More information.

gpg2 --list-keys
gpg2 --encrypt --recipient {alice@example.com} {path/to/doc.txt}
gpg2 --symmetric {path/to/doc.txt}
gpg2 --decrypt {path/to/doc.txt.gpg}
gpg2 --import {path/to/public_key.gpg}
gpg2 --export --armor {alice@example.com}
gpg2 --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