On 8/6/2010 1:26 PM, Wolff, Alex wrote: > A vendor encrypts data with our public key. We receive the file and we > attempt to decrypt it. Although the file does get decrypted we receive > the warning below. How do we avoid the warning..we think it is messing > up our automated integration software we use to encrypt/exchange/decrypt > files.
The Right Thing is, of course, to fix your script -- but until you can get that done, --disable-mdc should suppress that warning message. (I think. It's been a few years since I've needed to do this.) _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
