On 11/15/2010 3:19 PM, Scott Lambdin wrote:
>      If I have a base 64 exported PGP key, how can I extract the
> descriptive data about the key without importing it?

Never tested it, but this should work (or come close to working):

gpg --dry-run -vvvv --import pubkey.asc

This will spam you with a *ton* of information, all in textual format.
It can be parsed out with flex/bison pretty easily, or munged with your
Swiss Army chainsaw of choice.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to