seancolyer / gmail-crypt

An OpenPGP browser (currently Chrome) extension that integrates tightly with Gmail and does encryption/decryption via Javascript.
Other
219 stars 41 forks source link

Easier way to send users public key than copy and paste. #37

Open seancolyer opened 11 years ago

seancolyer commented 11 years ago

Requiring users to go to the extension options is not ideal if we can avoid it. Evaluate and implement if reasonable a way to ubsert a ysers public key.

ChefCharlie commented 11 years ago

It would be nice to have export/import functions to back up and share keys as attachments.

n2ygk commented 11 years ago

It would be nice to have this go to a public key server to find pub keys

seancolyer commented 11 years ago

@n2ygk I think that is the best at least medium term solution. We need to add this support to openpgp.js which hopefully happens shortly.