unique hash of string
Posted
by Aly
on Stack Overflow
See other posts from Stack Overflow
or by Aly
Published on 2010-03-14T22:27:29Z
Indexed on
2010/03/14
22:35 UTC
Read the original article
Hit count: 213
Hi, I want to create a unique hash (16 chars long) of an arbitrary length String. Is there a good library that implements MD5 or SHA-1 for C++ with which I can achieve this? (and possibly an example of how to use it)
© Stack Overflow or respective owner