Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cipher for VFP (Storing encrypted Keys)
Message
 
 
To
05/06/2003 14:19:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00796234
Message ID:
00796879
Views:
133
Is field keytbl.lickey encrypted? Did you provide correct password lcEncryptPassword for decryption?

>Hello Sergey,
>In one form i am encrypting and in other form i am calling that particular records data from the table and want to decrypt it.
>
>
>Decrypt:
>lcLicKeyEncrypted = LOOKUP(keytbl.lickey,1,keytbl.id)
>
>SET LIBRARY to mapppath+"cipher50.fll" ADDI
>
>lcLicKey = decrypt(lcLicKeyEncrypted , lcEncryptPassword)
>
>
>But after doing this i am still seeing the same encrypted charecters in lcLicKey.
>
>Please try to provide me a solution. Since i want to integrate this in a project i am not at all familiar with encryption and decryption this is the first time.
>
>Thank you very much Sergey.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform