Encryption of Datapackets

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Guest

Encryption of Datapackets

Post by Guest » Mon 21 Nov 2005 12:26

Hello,

we use your great DBExpress Driver for Oracle.

Is there an possibility to encrypt the data transfered from the server
to the client and vice versa?
We plan to make an application with one central DBMS and Clients
all around the world. The clients have direct acess to the DBMS.

Sincerely,

Andre'

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 23 Nov 2005 09:48

You cannot configure DbxOda to encrypt the data transferred from the server
to the client. You can configure Oracle client to work with SSL protocol instead.
You cannot configure security connection with DbxOda in "Oracle Net (Core Lab)" mode. You should use additional third-party components for encrypting TCP traffic.

zhurba
Posts: 1
Joined: Mon 13 Mar 2006 15:16

Post by zhurba » Mon 13 Mar 2006 15:18

Hello Paul,

can you suggest some additional third-party component to make the work.

Thank you.

Regards, Andrew

Post Reply