Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MD5 Hash
Message
From
04/07/2003 13:20:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00806917
Message ID:
00807039
Views:
26
I don't think that's really a MD5 hash, Sergey. MD5 is a sort of checksum algorithm.

Alan

>>no, I get the "í°ÉBª°¶ë@" string (16 characters of length), I need get the "ce4360e84f03ede9bf311daec72ea03b" string, sended to test-me. Sorry by my bad english, I speak spanish
>
>Try
lcCalcHash = ""
>FOR x = 1 TO LEN(lcHashString)
>   lcCalcHash = lcCalcHash + RIGHT(TRANSFORM(ASC(SUBSTR(lcHashString,x,1)),'@0'),2)
>ENDFOR
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform