Multiple recipients

Robert J. Hansen rjh at sixdemonbag.org
Fri Aug 18 21:28:39 CEST 2006


Brian Rosenvinge wrote:
> Is it possible with GPG to take the public keys of three or more
> users and merge them into a single key?  The single key could then be
> used to encrypt a file that all three or more recipients could read
> using their respective private key.

What's wrong with

	gpg -r <user1> -r <user2> -r <user3> --encrypt file.txt

?



More information about the Gnupg-users mailing list