Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cipher for VFP (Storing encrypted Keys)
Message
 
 
To
05/06/2003 14:28:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00796234
Message ID:
00796887
Views:
41
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform