Hi,
on DB2 v9.5 fixpack 2 on Linux we have new requirement to have DB2 data encrypted when transmitted through network. I was looking at DB2 product encryption and found out that dbm cfg AUTHENTICATION parameter set to DATA_ENCRYPT could solve the problem (at the moment this parameter is set to SERVER in our case). Like I have read DATA_ENCRYPT value encrypts password, SQLs, variables, DB2 returned data etc. So this could be solution to our problem. What I am wondering right now is, what kind of encryption algorithm, ciphers etc are used for this DATA_ENCRYPT? I don't want to use weak algorithms that can be broken in two hours, so I am wondering if this is strong encryption or not? Is there any detailed article about how encryption is performed if DATA_ENCRYPT value of AUTHENTICATION parameter is used?
Regards