Works fine with
CryptoPP::HexEncoder Encoder; Encoder.Put( CipherText, CipherTextLength ); Encoder.MessageEnd(); Cheers knuth Jeffrey Walton-3 wrote: > > > Hi knuth, > > It's been a long time since I visited, but you might want to look at > the following (I don't recall what is in the sample project). > http://www.cryptopp.com/wiki/HexEncoder. > > The short of it is that you should be able to perform the following: > CryptoPP::HexEncoder Encoder; > Encoder.Put( CipherText, CipherTextLength ); > Encoder.MessageEnd(); > > For that matter, you should be able to use any Crpyto++ encoder: > > CryptoPP::Base64Encoder Encoder; > or > CryptoPP::Base32Encoder Encoder; > > Jeff > > -- View this message in context: http://www.nabble.com/Encryption-and-Encoding-conflict--tp21652293p21663737.html Sent from the Crypto++ Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
