Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cipher for VFP (Storing encrypted Keys)
Message
 
 
À
05/06/2003 09:34:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00796234
Message ID:
00796656
Vues:
40
lcdecryptPassword = < The same password you use to encrypt data >
lcLicKeyEncrypted = LOOKUP(keytbl.lickey,1,keytbl.id)
SET LIBRARY to cipher50 ADDI 
lcLicKey = decrypt(lcLicKeyEncrypted , lcdecryptPassword)
>Hello Sergey,
>
>Can you please tell me how i can decrypt a cell data after fetching it from table.
>
>lcdecryptPassword = LOOKUP(keytbl.lickey,1,keytbl.id)
>
>I got for lcdecryptPassword = "œ4ÒMß¿.’«=°…)ù²ˆ;µ' *·cçh1álÚB"
>
>
>*** Now you found record you need and want decrypt lickey
>
>
>lcLicKey = encrypt(keytbl.lickey, lcdecryptPassword)
>
>for lcLicKey also i am getting the same it is not decrypting.
>
>Thank you very much Sergey.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform