Hi Chionh, Use a StringSource rather than a FileSource.
> I am very new to Crypto++ and really need assistance. The following may also be of interest: http://www.codeproject.com/useritems/CryptoPPIntegration.asp. Wei usually does a much better job of answering questions, but it is a start. Jeff On 2/7/07, Hui Ming Chionh <[EMAIL PROTECTED]> wrote: > Hi Jeffrey, > > Thanks for your reply. Basically I am looking for a code that can verify my > signed data which is in string format and not file format using the message > and public key (also in string format). The examples are all using file > format where in my case I am looking for example that use the string format. > I am very new to Crypto++ and really need assistance. Any idea where I > could find something like that? Thanks. > > > Regards > > cleohm > > > >From: "Jeffrey Walton" <[EMAIL PROTECTED]> > >To: cleohm <[EMAIL PROTECTED]> > >CC: "Crypto++ Users" <[EMAIL PROTECTED]> > >Subject: Re: RSA Verify Method for Data > >Date: Wed, 7 Feb 2007 12:40:23 -0500 > > > > > >Hi Cleohm, > > > >There are a few RSA examples at http://www.cryptopp.com/wiki/RSA. Is > >this what you are referring? They are usually a shameless rip of Wei's > >code in test.cpp, and the various validate#.cpp files. > > > >As far as 'where to put the signature' (endpoints) - any Sink is a > >convenient destination. This would include , Files, Stings, Network, > >etc. See http://www.cryptopp.com/fom-serve/cache/49.html or > >http://www.cryptopp.com/wiki/Sink. > > > >Jeff > > > >On 2/7/07, cleohm <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > I am currently working on a RSA verify function that accepts a public > > > key of the type RSAES_OAEP_SHA_Encryptor as well as message and signed > > > data of the type string. I saw an example where the message and > > > signed data are stored in a file which is not what I want. Does > > > anyone got any sample code to share? > > > > > > Regards > > > > > > cleohm > > > >> > > > _________________________________________________________________ > Receive MSN Hotmail alerts over SMS! > http://en-asiasms.mobile.msn.com/ac.aspx?cid=1002 > > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
