Blog

@SandeepL337 shai at (1 week ago)

Exporting PGP Keys – Linux

List all available secret keys

exploit ~#gpg --list-secret-keys

Export Private/Secret Key for a specific id

exploit ~#gpg --export-secret-key --armor pgp@exploit.co.il

List Public keys

exploit ~#gpg --list-keys

Export public key for a specific  id

exploit ~#gpg --export --armor pgp@exploit.co.il

Post to Twitter

Comments are closed on this post.

Recent Posts