我收到此错误:
gpg:xxxx:已跳过:未找到公钥 gpg:[stdin]:加密失败:未找到公钥
我正在使用这个代码:
IEncryptionService encryptionService = new EncryptionService(@"C:\GNU\GnuPG\gpg.exe");
var encryptedFile = encryptionService.EncryptFile("xxxx", @"D:\application\" + NewFileName + ".GFM", @"D:\GPGFILE\" + NewFileName + ".GPG");
我将非常感激任何能够帮助我解决这一问题的指导、建议或帮助。