Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hashing md5 need some help
Message
 
 
To
24/11/2005 15:42:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01071966
Message ID:
01071997
Views:
28
This message has been marked as the solution to the initial question of the thread.
SET LIBRARY TO FoxCrypto.
lcStr = "Some string"
lcMD5bin = MD5(lcStr)
lcMD5hex = HexEncoder(lcMD5bin,.T.)
? lcMD5hex
>
>do you know how the fll works ? I have found some code samples but i can't find my way through them.
>
>for ex just convert a string in md5 ?
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform