简体   繁体   中英

Python API to fetch PGP public key from key server?

是否有任何Python API可以从公钥服务器获取PGP公钥?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM