Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to encrypt values with a seed value
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00719288
Message ID:
00719294
Views:
16
This message has been marked as the solution to the initial question of the thread.
Take a look at Cipher for VFP5 File #9222.

>Need to encrypt hourly rates stored in a rates table and decrypt them at report run time. The encryption routine needs to use a seed or key value that is known to just the folks in personnel. At report runtime, they would be asked to specify the seed or key value, which would be used to decrypt the rate values. this way, the developers cant decrypt the rates themselves. So something like the Maxframe X3ED program
>
>?X3ED("E",cTextToEncrypt)
>?X3ED("D",cTextToDecrypt)
>
>wont work cuz the developers have access to this X3ED code (or any code that doesnt use a seed/key value).
>
>Any suggestions?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform