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

Be able to select the private key to use #73

Open seancolyer opened 9 years ago

seancolyer commented 9 years ago

Currently we pick the first matching private key, if someone has multiple private keys, we should allow them to pick which one they want to use.

kbpickens commented 9 years ago

What criteria is used for matching the key? Does it use the 'Send From' address, or the account logged in?