Hi everyone, So like I said in my other post (I got everything working, btw, thanks Jeff) I'm new to Crypto++, and to these cryptography functions in general.
What I need to do is create a little app that lets the user input an arbitrary-length hex string and do either the HMAC, SHA-1 or XOR calculation on it. I'm pretty sure it should be relatively simple, but I need a little direction. I guess what I need is a way to convert a text string into something I can pass to the Crypto++ functions (looks like a byte array? ). And even then, its hard for me to see how to use the Crypto++ functions. I looked at the HexEncoder and HexDecoder methods, but I'm not sure if thats exactly what I need. I did look at the example code here: http://www.mail-archive.com/[email protected]/msg02443.html, and that seems ok. If anyone has any pointers or places I can look, I would greatly appreciate it. Thanks for your help! -Andy --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
