Page 1 of 1

MD5 CheckSum Implementaion

Posted: Fri Feb 08, 2008 1:14 pm
by pavankvk
Hi

i am trying to build a parallel routine to calculate md5 check sum for any string. i took the standard md5 code implemented in the rfc 1321.



i could get it working with a build op,but when called as a routine, i get some non-printable/junk characters in the output.//

i guess it has something to do with how the string is passed to the function.

my function accepts a char* and returns char*

any idea?

Posted: Fri Feb 08, 2008 1:49 pm
by DSguru2B
Cannot comment as we do not know what code you wrote.