Estou recebendo este erro:
gpg: xxxx: skipped: public key not found gpg: [stdin]: encryption failed: public key not found
Estou usando este código:
IEncryptionService encryptionService = new EncryptionService(@"C:\GNU\GnuPG\gpg.exe");
var encryptedFile = encryptionService.EncryptFile("xxxx", @"D:\application\" + NewFileName + ".GFM", @"D:\GPGFILE\" + NewFileName + ".GPG");
Gostaria de receber orientação, conselhos ou assistência para me ajudar a resolver isso.
Tags gnupg encryption c# .net-framework