M
Marre
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
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