GnuPG/OpenPGP/PGP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) |
Geist (Diskussion | Beiträge) |
||
Zeile 12: | Zeile 12: | ||
'''$ gpg --list-secret-keys ''' | '''$ gpg --list-secret-keys ''' | ||
− | '''[https://security.stackexchange.com/ | + | |
+ | '''[https://security.stackexchange.com/q/268508/276794 what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?]''' |
Aktuelle Version vom 17. Februar 2023, 09:36 Uhr
LINKS
https://gnupg.org/
Schlüssel generieren
Min. Dialog $ gpg --gen-key
Erweiterter Dialog $ gpg --full-generate-key
Schlüssel anzeigen
$ gpg --list-secret-keys
what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?