multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
GitHub

parent
dc690e38eb
commit
a5fe31bc47
@@ -3,19 +3,19 @@
|
||||
> GNU Privacy Guard.
|
||||
> Mehr Informationen: <https://gnupg.org>.
|
||||
|
||||
- Signiere doc.txt ohne Verschlüsselung (Ausabe nach doc.txt.asc):
|
||||
- Signiere `doc.txt` ohne Verschlüsselung (Ausabe nach `doc.txt.asc`):
|
||||
|
||||
`gpg --clearsign {{doc.txt}}`
|
||||
|
||||
- Verschlüssle doc.txt für alice@beispiel.de (Ausgabe nach doc.txt.gpg):
|
||||
- Verschlüssle `doc.txt` für alice@beispiel.de (Ausgabe nach `doc.txt.gpg`):
|
||||
|
||||
`gpg --encrypt --recipient {{alice@beispiel.de}} {{doc.txt}}`
|
||||
|
||||
- Verschlüssle doc.txt nur mit Passwort (Ausgabe nach doc.txt.gpg):
|
||||
- Verschlüssle `doc.txt` nur mit Passwort (Ausgabe nach `doc.txt.gpg`):
|
||||
|
||||
`gpg --symmetric {{doc.txt}}`
|
||||
|
||||
- Entschlüssle doc.txt.gpg (Ausgabe nach `stdout`):
|
||||
- Entschlüssle `doc.txt.gpg` (Ausgabe nach stdout):
|
||||
|
||||
`gpg --decrypt {{doc.txt.gpg}}`
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
|
||||
`gpg --import {{public.gpg}}`
|
||||
|
||||
- Exportiere Öffentlichen Schlüssel von alice@beispiel.de (Ausgabe nach `stdout`):
|
||||
- Exportiere Öffentlichen Schlüssel von alice@beispiel.de (Ausgabe nach stdout):
|
||||
|
||||
`gpg --export --armor {{alice@beispiel.de}}`
|
||||
|
||||
- Exportiere Privaten Schlüssel von alice@beispiel.de (Ausgabe nach `stdout`):
|
||||
- Exportiere Privaten Schlüssel von alice@beispiel.de (Ausgabe nach stdout):
|
||||
|
||||
`gpg --export-secret-keys --armor {{alice@beispiel.de}}`
|
||||
|
Reference in New Issue
Block a user