> Try this: > > string plainText = "your string"; > string encoded; > StringSource(plainText, true, new Base64Encoder(new > StringSink(encoded)));
apparently using Base64Encoder/Decoder give me some link error. I use the dll version of the library, and it seems that the base64.. are not exported in the dll. I try to find a way for this. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
