Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cipher for VFP (Storing encrypted Keys)
Message
De
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:
00796882
Vues:
42
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).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform