Integrity control of DB2 query over network
Is there a way to co开发者_StackOverflow社区ntrol the integrity of a DB2 query/response between Websphere 6.1 and DB2 8.1 ?
I know there is a SecurityMechanism usuable with the JDBC UDB Type 4 driver to encrypt password and data. Is there something similar for integrity ?
I'm not sure if I understand your question correctly, but TCP/IP manages the integrity of the communication between sockets.
The software is built on the assumption that the communication layer will provide integrity of the message-response loop.
In fact, I'm looking for something better than the basic checksum tcp provides. SSL has a much better integrity check, but there is no SSL support on JDBC with DB2.
精彩评论