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.
我正在寻找可以与 javascript 客户端和 python 后端一起使用的公钥解决方案。目的是将数据从客户端加密发送到服务器......有什么解决方案吗?感谢您的提示。
使用 SSL 连接到服务器。可能最简单的方法是使用 HTTP 进行通信,并在可以执行 HTTPS 并将请求转发到实际服务器应用程序的服务器上运行代理(例如 Apache)。