Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encryption

Status
Not open for further replies.

oradba101

MIS
Feb 28, 2003
318
US
Good morning, all

I know that you can encrypt the Pervasive.SQL V8 database. Does this have to be programmed from the front-end app to do this or is it seeemless i.e. does Pervasive automatically encrypt/decrypt when the user makes the request for the data?

Regards,


William Chadbourne
Oracle DBA
 
Both. THere are a couple of different types of encryption. You can encrypt the data files by setting that option when the Owner Name is set. THat would require a change in the application (to pass the proper Owner Name on the open call).
There is also "wire encryption" which encrypts the data between the client and the server. THis is set on the client and the server (and can be passed on the application connection string).

WHat do you need the encryption for?


Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
Custom VB and Btrieve development.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top