Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hashing md5 need some help
Message
 
 
À
24/11/2005 15:42:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01071966
Message ID:
01071997
Vues:
27
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform