Encryption and signing. NEW messages
Imagine that I have the following records in the local database
1| FINGERPRINT| sender@flowcrypt.test | KEY
2| FINGERPRINT| recipient@flowcrypt.test | KEY1
3| FINGERPRINT| recipient@flowcrypt.test | KEY2
I'm a sender. I'd like to encrypt and sign a message for a recipient. What combination of keys should I use?
KEY + KEY1
KEY + KEY2
KEY + KEY1 + KEY2
Originally posted by @DenBond7 in #1188 (comment)