Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using cipher to encrypt
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00960312
Message ID:
00960316
Vues:
12
>I have downloaded the cipher encryption tools from the downloads section. There are 2 files namely cipher30.fll and a readme text file. The text file explains the usage i.e.
>encrypt(plaintext,password). How do I incorporate this into my program.
>
>I basically have a logon screen where the user enters a username and password. What I would like to do is encrypt the password in the login.dbf password field.
>
>How do I use the syntax and where do I put the FLL file. Any help would be gratefully appreciated. Many Thanks

Hi Neil,
It's really simple: put a set library command and after that you can use the library.
For example, put the fll file in the same directory of the .exe (or .app) and in you "main" program:

SET LIBRARY TO cipher30.fll additive

after that, in your application you can use the encrypt(plaintext,password) function.

HTH
Franco
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform