vote up 2 vote down star

I tried system calls, but since it`s not the best solution I thought there should be some other way of calculating checksums.

Is there any library or function that enables calculating file's checksums in c++ with various algorithms?

flag

1 Answer

vote up 4 vote down

Obviously, there will be lots of them. Crypto++ was the first one I found after a quick search, looks decent enough. Latest release dated mid-March 2009, so it seems "alive".

link|flag
Yes, that would probably be the best choice – soulmerge Apr 30 at 10:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.