If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DATA_ENCRYPT Authentication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-09, 09:18
db2farmer db2farmer is offline
Registered User
 
Join Date: May 2009
Posts: 25
DATA_ENCRYPT Authentication

Warning: This post contains newbie material that may be offensive to some viewers. Viewer discretion is advised.

A DB2 tutorial explains DATA_ENCRYPT authentication as follows:

Quote:
Authentication takes place on the server. The server accepts encrypted userids and passwords, and will encrypt the data. This operates the same way as SERVER_ENCRYPT, except the data is encrypted as well.
This implies that encryption of the data takes place on the server, but I thought the point of encryption was to protect the data while being transferred from the client to the server. Can anyone elaborate on this?
Reply With Quote
  #2 (permalink)  
Old 06-11-09, 09:54
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
My understand to this is that the data and the userid/password will be geting encrypted by client and sent over wire to server where they are decrypted and finally verified .
I may be wrong though
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #3 (permalink)  
Old 07-07-11, 02:05
niteshtheone niteshtheone is offline
Registered User
 
Join Date: Jul 2011
Posts: 19
may be this is not require no more becz it is a very old post

DATA_ENCRYPT Specifies that the server accepts encrypted SERVER authentication schemes and the encryption of user data.

The following user data is also encrypted when using this authentication type:
SQL and XQuery* statements
SQL program variable data
Output data from the server processing of an SQL or XQuery* statement and including a description of the data
Some or all of the answer set data resulting from a query
Large object (LOB) data streaming
SQLDA descriptors

( i know this is a very old post but as I was serching the same what u were searching may be this information will be helpful for a new person for db2 )
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On