@SandeepL337 shai at http://t.co/k58Yv3gN (1 week ago)
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
Comments are closed on this post.