> Is there a way to "force" users to encrypt to a corporate key, in > addition to the receipient's key? Use a wrapper around 'gpg' which adds '-r corporate_key' to the user-supplied options (only when encrpypting, obviously) and then exec()'s the original 'gpg' with the modified options.