用python加密

发布于 2024-07-27 22:38:22 字数 205 浏览 3 评论 0原文

如果我想使用:

recip = M2Crypto.RSA.load_pub_key(open('recipient_public_key.pem','rb').read())

那么它将如何检索密钥? 配方将打印什么?

我需要从服务器(开放密钥服务器)获取收件人的公钥,为此我首先需要将密钥存储在服务器上。

If I want to use:

recip = M2Crypto.RSA.load_pub_key(open('recipient_public_key.pem','rb').read())

Then how will it retrieve the key? What will recip will print?

I need to get the public key of the recipient from the server(open key server) and for that first I need to store the key on server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错々过的事 2024-08-03 22:38:22

检查 public_key.pem 返回的内容。清除您希望如何识别收件人的信息。

check what public_key.pem returns .clear this how you want to recognize your recipient .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文