Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

MD5 and C++


ghost's Avatar
0 0

does anybody know what library's i need to create MD5 hashes with C++?

i couldn't find any functions in the standard library's and when i googled i found crypto++ or something but i got lots op deprecated command errors.

im using DEV-C++

if anyone knows a easy way to do this, please post here

CL


Uber0n's Avatar
Member
0 0

If you consider working with many kinds of algorithms, encryptions etc you should absolutely get Crypto++ ;)

http://www.cryptopp.com/


ghost's Avatar
0 0

Uber0n wrote: If you consider working with many kinds of algorithms, encryptions etc you should absolutely get Crypto++ ;)

http://www.cryptopp.com/

please read the post before posting a reply, told you i already tried crypto++, but got lots of errors compiling, so if you can get it to work, please explain what im doing wrong,

thanx..


ghost's Avatar
0 0

Well there are a few places that offer pseudo-code, such as wikipedia… But I assume you want C++ functions… Best offer would be to find an open-source program that uses md5…