gpg: xxxx: skipped: public key not found
hi, please help. how to fix this error :
gpg: xxxx: skipped: public key not found
gpg: [stdin]: encryption failed: public key not found
My Code :
IEncryptionService encryptionService = new EncryptionService(@"C:\GNU\GnuPG\gpg.exe");
var encryptedFile = encryptionService.EncryptFile("xxxx", @"D:\application\gfmas\NPCS\1GFMASFiles\" + NewFileName + ".GFM", @"D:\GPGFILE\" + NewFileName + ".GPG");
Thank you..
Rienza
gpg: xxxx: skipped: public key not found
gpg: [stdin]: encryption failed: public key not found
My Code :
IEncryptionService encryptionService = new EncryptionService(@"C:\GNU\GnuPG\gpg.exe");
var encryptedFile = encryptionService.EncryptFile("xxxx", @"D:\application\gfmas\NPCS\1GFMASFiles\" + NewFileName + ".GFM", @"D:\GPGFILE\" + NewFileName + ".GPG");
Thank you..
Rienza