MD5

From: Marre (news_at_supremelink.se)
Date: 11/22/05


Date: Tue, 22 Nov 2005 12:26:00 +0100

Hi all!

I have a md5 question.
I receive a md5 string created with Message-Digest algorithm and I want to
create the same string in my webapplication.

I have this values to go on:

myMD5String = MD5(mySecretValue2 + MD5(mySecretValue1 + "some string"))

myMD5String should of cource be the same as the md5 string i receive.

I have no idea if I have told you enough about my problem, but someone might
be able to point me to right direction :)

Best regards
Marre