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 ?