You should use the HexEncoder and HexDecoder instead of Base 64 Encoder/decoder in your test. hex.h is the header for HexEncoder On Thu, Oct 20, 2011 at 9:52 AM, Da Co <[email protected]> wrote: > You can find examples at > http://www.cryptopp.com/wiki/User_Guide:_base64.h > > > On Thu, Oct 20, 2011 at 9:39 AM, ArifulHossain tuhin > <[email protected]> wrote: >> I'm new to c++, Can anyone give an example of how to encode a text string to >> hex and vice versa? >> Thanks in advance >> >> -- >> 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. >
-- 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.
