is there a simple way to make MD5 hashs in c++? i know there is in languages like php
is there a simple way to do it? or would i have to use an algorithm?
This is a discussion on Creating MD5 hashs? within the C++ Programming forums, part of the General Programming Boards category; is there a simple way to make MD5 hashs in c++? i know there is in languages like php is ...
is there a simple way to make MD5 hashs in c++? i know there is in languages like php
is there a simple way to do it? or would i have to use an algorithm?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Thanks, from what i can see from those Botan or Crypto++, sites thats what i am looking for... Cheers![]()
Incidentally, you might want to note that MD5 is classified by Crypto++ as being an "insecure or obsolescent algorithms retained for backwards compatibility and historical value".
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
But it's not really used for security too much anyway (besides web applications), usually it's just used as a checksum for file or string integrity.
Last edited by zacs7; 07-13-2007 at 01:41 AM.