Let me rephrase. I have been just using the crypto++ BEREncoded key files locally, but I don't know how to export or import them to other formats, specifically ascii armored OpenPGP.
Crypto++ uses BER encoding to read and write the public key in X509, and the private key in PKCS#8. I need to read and write ascii armored files, which I know how to do independently, but I don't know how to use them with crypto++. I could actually do it the hard way and convert the formats externally, except that I would have to do the aforementioned math. Once I get into implementing parts of the RSA algorithm, I think I'm going too far, and I need to figure out how I was supposed to do it within the library, and that's the question. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cryptopp-users?hl=en -~----------~----~----~----~------~----~------~--~---
