das-labor / neopg

The multiversal cryptoengine!
Other
214 stars 16 forks source link

Email-verifying key server #19

Open lambdafu opened 6 years ago

lambdafu commented 6 years ago

We need a simple, centralized key server that verifies email addresses, and allows to update and delete keys via the command line and web interface. Features are to be determined, but it should be very minimal:

Requires more thought, but we need to solve the problem of key retrieval in OpenPGP without repeating past mistakes. And although we want to support keybase.io, we don't want to put all eggs into one basket.

There is also autocrypt and pep for direct negotiation.

lambdafu commented 6 years ago

There is a discussion about publicly verifiable email addresses on keybase.io. Also see #20.

lambdafu commented 6 years ago

Seems to exist already: https://github.com/mailvelope/keyserver (Found via https://moderncrypto.org/mail-archive/messaging/2016/002217.html)