MD5 CheckSum Implementaion

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pavankvk
Participant
Posts: 202
Joined: Thu Dec 04, 2003 7:54 am

MD5 CheckSum Implementaion

Post 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?
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Cannot comment as we do not know what code you wrote.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply