用python加密
如果我想使用:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 public_key.pem 返回的内容。清除您希望如何识别收件人的信息。
check what public_key.pem returns .clear this how you want to recognize your recipient .