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?