Hi Diablo,

Crypto++ is self documenting through the source code (some hand
waiving here ;). The files of interest are the various vaildate*.cpp
files.

Others have taken the time to provide samples. These samples are
generally knock-offs of what Wei has provided from above. They can be
found at http://www.cryptopp.com/wiki/External_Samples. Wei also has a
small FAQ with samples located at
http://www.cryptopp.com/fom-serve/cache/1.html.

> Basically, I just want to write a function that will take a password
> and hash it with Whirlpool.
Find some code you like perorms the hashing using Crypto++, and
substitue Whirlpool as the cipher. This is one of the strengths of the
library.

Jeff

On 5/26/07, Diablo1399 <[EMAIL PROTECTED]> wrote:
>
> Hi all :D
>
> I'm a C++ programmer with a university background in crypto and
> mathematics.
>
> I'm trying to implement a secure system that stores hashed passwords
> in a database.
>
> I've built the Crypto++ 5.5 library and have integrated the code with
> my project (using .dll mode -- cryptdll Visual Studio project)
>
> I've read the crypto documentation and checked the wiki, but I haven't
> been able to find any example code I can work from.
>
> Basically, I just want to write a function that will take a password
> and hash it with Whirlpool.
>
> Any help would be welcome and appreciated :)
>

--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to