views:

66

answers:

1

if the key is in ascii armored form ,taken by any pgp public key server and i want to convert it in mime encoded format.how to do ?is there any python api methods ?

thnks a lot

A: 

What do you mean by MIME encoded? Please elaborate.

Did you ask the same question already? See my answer to other question about PEM,

http://stackoverflow.com/questions/1387867/how-to-convert-base64-radix64-public-key-to-a-pem-format-in-python

ZZ Coder
I got a moderator flag which I think was intended to be a comment: i want to convert radix64 encoded key which i getting from the public key server to a MIME encoding format so that i easily process the key further
Marc Gravell