Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone use Cipher?
Message
 
À
30/01/2001 12:25:18
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00470163
Message ID:
00470207
Vues:
40
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform