The RSAPublic Key is generated in an java application(using Bouncy castle). I am obtaining the X509encodedpublickey bytes,base64 encoding it and sending it to c++ application. Here i base64 decode it and get back the publickeybytes which then i am using to encrypt a string.
During encryption operation i am getting exception "BER decode error" . --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
