23

Is it possible to encrypt a message using PGP so that multiple recipients (each with their own public private keypair) can decrypt it? I'd like to email one message which can be decrypted by each person with their own keys.

1 Answer 1

20

Yes, it's possible – practically all PGP software will let you add multiple recipients when encrypting; no additional configuration is needed.

Screenshot of a "recipients" window I grabbed off the googles

4
  • 21
    Just to add, what PGP does is generate a key for a symmetric cipher, and cipher that for each recipient with their public key. So the message for many recipients isn't much larger than that for 1. Commented Feb 19, 2013 at 23:03
  • 2
    Is there any technical limit on the number of recpients? Like a whole company of 100 people? Commented Feb 26, 2016 at 20:49
  • So the symmetric key is encrypted for each recipient with their public key. Does each receive a different ciphertext or the same ciphertext with a header length proportional to the number of recipients? Commented Nov 19, 2019 at 11:53
  • There's one copy of ciphertext and multiple copies of the same symmetric key. Commented Nov 19, 2019 at 12:02

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.