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
- 13 Oct 11 -
Version 0.3.4 is ready and comes with a new simple factory class to create
wrappers dynamically.
- 2 Apr 10 -
Finally a new version of hashlib++ is available: Version 0.3.2 is ready!
It contains new testing methods to check the hash implementations at runtime,
an important bugfix making the sha-wrapper more stable on 64-Bit systems,
an Unix-Makefile to build hashlib++ as static library and an improved documentation.
older news
news about HEAD