Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone use Cipher?
Message
 
To
30/01/2001 12:25:18
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00470163
Message ID:
00470207
Views:
48
To use cipher you simply pass the field you want to encrypt as the parameter, you can also specify a password which is used in the encryption, like so:

SET LIBRARY TO Cipher50.Fll

X = "This is a test"

Y = Encrypt(X,'Password')

Y should now contain the encrypted string, you will have to specify the same password in the decryption process, also this is case sensitive.

You could also look in the files section, as I know that a couple of encryption routines have been uploaded.
Previous
Reply
Map
View

Click here to load this message in the networking platform