FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
373 stars 46 forks source link

Don't look for signing key when sending to pwd recipients only #4446

Open rrrooommmaaa opened 2 years ago

rrrooommmaaa commented 2 years ago

As we ignore the sign option in pwd-encrypted messages, then, in case all recipients are pwd recipients, we can make a shortcut and not search for a signing key, or at least disable this error message: Could not find account ${singleFamilyKeys.family} key usable for signing this encrypted message

tomholub commented 2 years ago

I would eventually like to verify signatures on FES. Since the ingredients are there: a signed message + ability to look up public keys.