Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crypt a string to a readable string
Message
 
 
À
02/09/2005 10:21:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01046157
Message ID:
01046219
Vues:
13
>>>I want to crypy a string. But that string must readable. I mean that crypted string must have A..Z, 0...9 ....
>>>
>>>Is there any crypt library do that? cipher doesn't do that...
>>
>>You can use STRCONV(, 13) to convert encripted string to encoded base64 or STRCONV(, 15) to encoded hexBinary
>
>But can that string be converted back?

Yes, with STRCONV(, 14) and STRCONV(, 16) respectively.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform