User Tools

Site Tools


pgp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pgp [2022/01/30 18:11] – created utedasspgp [2022/09/12 00:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== PGP ====== ====== PGP ======
 A collection of PGP knowledge A collection of PGP knowledge
 +
 +
 +===== Links =====
 +
 +  * [[https://davesteele.github.io/gpg/2014/09/20/anatomy-of-a-gpg-key/]]
  
  
 ====== GPG ====== ====== GPG ======
 GPG specific info GPG specific info
 +
 +[[https://www.gnupg.org/documentation/manuals/gnupg/index.html|Manual]]
 +
 +[[https://www.gnupg.org/documentation/manuals/gnupg/GPG-Commands.html#GPG-Commands|GPG-Commands]]
 +
 +
 +===== Command line options =====
 +^ Command ^ Description ^ Example ^
 +| --dump-options | Print all possible command line options |  |
 +| --expert | Unlock expert options |  |
 +| -s, --sign | Make a signature |  |
 +| -e, --encrypt | Encrypt data |  |
 +| -k, --list-keys | List keys |  |
 +| -K, --list-secret-keys | List secret keys |  |
 +| --edit-key |  |  |
 +| --edit-card |  |  |
 +| -o, --output FILE | Write output to FILE |  |
 +| --generate-key |  |  |
 +| --full-generate-key | More options during generation |  |
 +|  |  |  |
 +|  |  |  |
 +
 +===== Interactive options =====
 +
 +
 +
 +===== Generate key =====
 +
 +For all options: ''gpg --expert --full-generate-key''
 +
 +For simple and default options: ''gpg --generate-key''
 +
 +
 +===== Misc =====
 +
 +A detached signature is when the signature and the message is kept separate.
 +
 +Verify a detached signature with
 +''gpg --verify <path to signature> <path to data>''
  
pgp.1643566272.txt.gz · Last modified: 2022/09/12 00:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki