This is the home of hashlib++
hashlib++ is a simple and very easy to use library to create a cryptographic
checksum called "hash" in C++. hashlib++ is written in plain C++ and should work with
every compiler and platform. The library is released under the BSD-license
and therefore free software.
hashlib++ allows you to create a hash (for example MD5 or SHA1) with only one
single method-call. So if you want to create a hash based
on a file or a string quickly you might be interested. Just give it a try.
Here is a codesnip which demonstrates the simplicity: example.html
- 22 Sep 07 -
hashlib++ VERSION 0.1 has been released.
It supports easy MD5 and SHA1 hash creation and works on 32- and 64-Bit
platforms.
- 20 Sep 07 -
hashlib2plus.sourceforge.net is online. This website provides several
information about the hashlib++ project.
The first release VERSION 0.1 will be available in a few days. By now
you can checkout the HEAD via SVN.
current news
news about HEAD