I have a gpg keypair (2048 RSA) in binary file: a.pub and a.sec, now I want to convert it to text format, how to do that?
|
feedback
|
|
For a text/ASCII dump (armored output) of the public key, ' | ||||
|
feedback
|
|
To convert the keys without importing them:
http://www.linuxjournal.com/article/8732 (thanks to @nik) | |||
|
feedback
|
