thank you very much!

 but in fact,I have been read this article at CodeProject,I don't know
whether or not my opinion is right,you use cryptopp to caclulate the
hash and make a compare of them,the function have been used is :
         hash.Update( szText, iSize * sizeof(TCHAR) );
         hash.Final( pcbDigest );
     but I don't know where the function come from the hash.h or  the
static library, can you tell me that in your project,the cryptlib.lib
provides me  what effect?
      if I want to realize some algorithms in a win32 console
application by using cryptopp,  I didn't know the cryptilb.lib can
povides me what functions,how should I do?

2005/9/22, Jeffrey Walton <[EMAIL PROTECTED]>:
> Hi Burak and Lose Aires,
>
> I use VC++ 6.0 (I don't like the .NET IDE). the following may help to get
> you started. It addresses a lot of newbie problems when using VC++ and
> Crypto++.
>
> http://www.codeguru.com/Cpp/Cpp/algorithms/general/article.php/c5133/
>
> Jeff

Reply via email to