Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cipher for VFP (Storing encrypted Keys)
Message
 
 
À
05/06/2003 14:28:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00796234
Message ID:
00796887
Vues:
40
Looks fine to me. I dunno why it doesn't work for you.

>I am doing this for encrypting the data:
>
>select keytbl
>REPLACE ALL lickey WITH Encrypt(lickey, lcEncryptPassword)
>
>**********************************************
>I am doing this to decrypt the same from the table:
>
>lcLicKeyEncrypted = LOOKUP(keytbl.lickey,1,keytbl.id)
>SET LIBRARY to mapppath+"cipher50.fll" ADDI
>lcLicKey = decrypt(lcLicKeyEncrypted , lcEncryptPassword)
>
>***********************************************
>
>another thing is Encrypt is appearing in blue.
>
>Decrypt is not appearing in blue. (In the source code window).
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform