Python API从密钥服务器获取PGP公钥?
有没有可以从公钥服务器获取 PGP 公钥的 Python API?
Is there any Python API which can fetch a PGP public key from the public key server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在查询 MIT PGP 密钥服务器,您可以使用 HTTP(我选择 urllib2 和 beautiful soup)。
http://pgp.mit.edu/extracthelp.html
You can use HTTP (urllib2 and beautiful soup would be my choice) if you're querying the MIT PGP keyserver.
http://pgp.mit.edu/extracthelp.html