Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Encryption & VFP
Message
 
 
À
15/01/2001 14:14:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00463898
Message ID:
00463911
Vues:
23
>One thing that's been bothering me lately...
>How can we encrypt our data... Since they're on dbfs anyone with basic computer knowledge can access them.
>
>I've found out a product that encrypts data but it's too expensive (2000$).
>
>I would like that the data could not be accessed (or would be encryptioned) when the application runs and even when it does not...
>And ofcourse I'm talking about a multiuser application.
>
>In access it's very simple to protect your data with a password...
>Does anyone have any practical ideas?

Hi, Theo.
Yes, you have to use a third party product.
I used NetLib (www.netlib.com) in the past. It wasn't so expensive then, but I think it is now around $1000. Also, many time ago it used to be a bigger product, but now is separated in different Kits. The Encryption one is which cost 'round a grand. I can be wrong, check the site.

I know other people use Cryptor, and it provides basically the same features when used from a VFP app. It is around $299 at hallogram (www.hallogram.com).

NetLib (and as far as I know Cryptor, too), just intercept the read and write operations made by your app, so data is never decrypted, except when your app is accessing it. No matter how many users are using your app, if someone else tries to open a table right from VFP or via ODBC, she just gets trash.

The setup is VERY simple. You have to encrypt your data (generally a five line PRG) with a password, and then call a function (with the same password) in your app startup that basically enables encryption/decryption troughout the rest of the application. So you don't have to make any chages except for these little things.

Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform