MD5 and SHA1 C++ hashing library

前端 未结 3 395
醉酒成梦
醉酒成梦 2020-12-10 06:21

I\'m trying to find a good (and well documented) hashing library to use with my C++ program, I only need to generate two hashes from a string.

I\'ve tried with

3条回答
  •  孤街浪徒
    2020-12-10 07:02

    Search before ask, there is already question: What is the best encryption library in C/C++?

    Solutions like OpenSSL and Crypto++ are cross-platform, if you "didn't manage to make them work", you should have been more specific like: I use OS xyz version xyz, compiler xyz version xyz, IDE xyz version xyz, trying to get work library xyz version xyz from http://xyz, and it does not work, because xyz errors.

提交回复
热议问题