DB2 网络查询的完整性控制
有没有办法控制 Websphere 6.1 和 DB2 8.1 之间 DB2 查询/响应的完整性?
我知道有一个 SecurityMechanism 可与 JDBC UDB Type 4 驱动程序一起使用来加密密码和数据。诚信有类似的东西吗?
Is there a way to control 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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定我是否正确理解你的问题,但 TCP/IP 管理套接字之间通信的完整性。
该软件建立在通信层将提供消息响应循环完整性的假设之上。
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.
事实上,我正在寻找比 tcp 提供的基本校验和更好的东西。 SSL 具有更好的完整性检查,但 DB2 的 JDBC 不支持 SSL。
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.