Home > Archive > FoxPro Setup > April 2005 > Data Security









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Data Security
howard

2005-04-11, 8:26 pm

Lots of articles around which address internal security and access approaches
None address the real issue that dbf file formats are pretty well known and
if one
can access (read/write) a dbf then all the info is readily available
external to
whatever controls the programmer might have implemented.

Anybody familiar with an alternative? Suppose one could 'scramble' some of
the
key fields in VFP?

Mark McCasland

2005-04-12, 3:25 am

You can use a tool like Cryptor to encrypt fields. You can also roll your
own. I seem to recall a FoxPro Advisor article in the last year or so
covering this topic. No matter what you do though, any user of the app also
has full access rights to where ever your data reside. They amy not can read
the data, but they can sure modify it, delete it, add to it, etc. And a
modified "encrypted" field is now junk. If you have that much need for data
protection, go to SQL Server, Oracle, or in the fall, SQL Server 2005
Express (this is the free version of SQL Server and replacement for MSDE and
SQL Server Dev Edition).

Go to http://msdn.microsoft.com/express/sql for a free download of the beta
and other stuff.

"howard" <howard@discussions.microsoft.com> wrote in message
news:D9D6CBCF-86D2-422C-A4D8- 74C0CA636E88@microso
ft.com...
> Lots of articles around which address internal security and access

approaches
> None address the real issue that dbf file formats are pretty well known

and
> if one
> can access (read/write) a dbf then all the info is readily available
> external to
> whatever controls the programmer might have implemented.
>
> Anybody familiar with an alternative? Suppose one could 'scramble' some

of
> the
> key fields in VFP?
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com