Quote from: BenCousins on October 11, 2012, 02:02 pmQuote from: vbcycle on October 11, 2012, 12:48 amOk, here goes the big money shot... A multi-person message.@Pine,@AnonymousAddict@LouisCyphre@Discowait wuuuuuuuuuuuuuuuuuuuuuuuut??? how the hell do you do that unless all of you have the secret key and password?By encrypting message to multiple public keys. I've done it a few times in this thread, usually when copying in Pine and/or Guru. So the command would be something like:Code: [Select]gpg -ear key1 -r key2 -r key3 file.txtThe result would be file.txt.asc encrypted to the three specified keys and possibly a fourth if it is configured in the gpg.conf file.Each recipient decrypts with just their own secret key and passphrase.