kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Should we enable fetching keys from keys.openpgp.org? #37

Closed kushaldas closed 3 years ago

kushaldas commented 4 years ago

Here is a possible enhancement option:

Should we provide a way to fetch keys from https://keys.openpgp.org based on fingerprint or email?

API guide says that we can fetch 5 times a second for fingerprint and once per minute for email address.

kushaldas commented 4 years ago

We can also enable WKD in a similar fashion.