Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的系统架构是这样的,mysql 数据库位于特定机器上,而应用程序代码位于另一台机器上。如何加密/保护它们之间传递的数据?
我有一点线索,这可能应该通过 RSA(会话加密)来完成。有人可以指出我正确的方向吗?
您可以使用 JDBC over SSL 来执行此操作。mysql网站上有配置 SSL 的指南。我最近使用 Oracle 完成了这项工作,效果非常好。它确实会降低性能,因此请仔细考虑您安全发送的内容。