Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to protect my informations from opening VFP 's table
Message
 
To
13/01/1999 22:01:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00175756
Message ID:
00175775
Views:
25
You need to use an encrypt and decrypt algorithm to store and check your passwords. If you distribute your app the tables can be opened by anyone but if the data is encrypted it won't be of any use to them. I keep my encryption and decryption code in a class specifically used for security purposes and I keep that source code locked up on the development machine. You can also take other measures like don't name the password field 'password'. There are many other creative ways to secure your passwords. If you need an example of an encyption routine I can email you a simple example.

>Suppose I have created program from VFP. I would like my users
>input their passwords in my program 's table. My objective is :
>I don't want others people who know VFP to see my passwords ' table
>from opening VFP program. I want password table can open or see only in my program.
> If you can suggest me please help me with your sample code.
> Thanks again for your time.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform