Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran encryption
Message
From
11/09/2008 08:12:23
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01346547
Message ID:
01346550
Views:
11
This message has been marked as the solution to the initial question of the thread.
>I have project of a software where many ujavascript:document.Form1.submit()sers will feed a table and then
>I will join all tables (equipaments_failures_and_solutions.dbf)
>
>The table may become very large
>
>But I would not like this .dbf be stolen and displayed in other software other than mine
>
>I would like to encripty it with chrtran() funcion

I don't think this will be a very safe encryption. However, it may be sufficient for your needs.

>But I have some doubts
>
>1-Can I use function in form texbox values ?

Well, I don't think you can use the .ControlSource property. You will have to use additional commands to load the value, and save it back to the database.

>2-How will this affect the application speed ?

If you encrypt/decrypt one record at a time, it should go quite fast. Searching for a certain value on an index should also be feasible - just index on the encrypted field, and search on an encrypted value.

If you need to decrypt hundreds or thousands of records for some processing, it will become slower, of course.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform