On Thu, 1 May 2008 19:21, [EMAIL PROTECTED] said:
> How can I use MDC for Public Key Encryption ? Does the key have an MDC
> flag that needs to be set during key generation ?
Right. Lacking such a flag you may use --force-mdc:
@item --force-mdc
Force the use of encryption with a modificati
On May 1, 2008, at 1:21 PM, Meenal Pant wrote:
Hello all,
When I decrypt a message I sometimes see this warning:
gpg: WARNING: message was not integrity protected
I read through the Open PGP RFC and understood that using MDC ensures
message integrity for encrypted messages. If I use MDC to enc
Hello all,
When I decrypt a message I sometimes see this warning:
gpg: WARNING: message was not integrity protected
I read through the Open PGP RFC and understood that using MDC ensures
message integrity for encrypted messages. If I use MDC to encrypt
messages this warning will go away.
How can