mattosaurus / PgpCore

.NET Core class library for using PGP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypted file not comply to PGPonline.org tool

bkumar18 opened this issue · comments

Hi,

I have a requirement where I take a simple text file, use the PGPEncryptor library to encrypt the file using the public key and our vendor/ client would use the PGPonline.org tool to decrypt using the private key.

Unfortunately while I decypt the encrypted file that was done via the PGPEncryptor library I get the following error:

Message failed to verify!
Error: no header found

(Unfortunately I cannot pass the text file or the Pvt key for testing)..

Appreciate any help in this regards.

Thanks
Kumar

Hi,

What is the PGPEncryptor library, do you mean this library (PgpCore)?

If you're not using this library I can't help.

Could you please provide a link to the decryption tool the client is using. PGPonline.org isn't a valid address.