GnuPG/OpenPGP/PGP: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
Zeile 12: Zeile 12:
 
  '''$ gpg --list-secret-keys '''
 
  '''$ gpg --list-secret-keys '''
  
[https://security.stackexchange.com/questions/268508/what-is-the-safest-way-to-open-decrypt-an-encrypted-gpg-pgp-file-in-memory-gnu what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?]
+
'''[https://security.stackexchange.com/questions/268508/what-is-the-safest-way-to-open-decrypt-an-encrypted-gpg-pgp-file-in-memory-gnu what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?]'''

Version vom 17. Februar 2023, 09:35 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?