Python API to fetch PGP public key from key server?

与世无争的帅哥 提交于 2019-12-07 08:10:55

问题


Is there any Python API which can fetch a PGP public key from the public key server?


回答1:


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



来源:https://stackoverflow.com/questions/1254425/python-api-to-fetch-pgp-public-key-from-key-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!