-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypted file not comply to PGPonline.org tool #218
Comments
Hi, What is the PGPEncryptor library, do you mean this library (PgpCore)? If you're not using this library I can't help. |
Hi,Yes, I am using PGPcore nuget library in my .Net C# application to encrypt and my vendor uses PGPonline.org to decrypt. Appreciate your help.ThanksKumar Sent from my iPhoneOn Jul 14, 2023, at 4:59 PM, mattosaurus ***@***.***> wrote:
Hi,
What is the PGPEncryptor library, do you mean this library (PgpCore)?
If you're not using this library I can't help.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Could you please provide a link to the decryption tool the client is using. PGPonline.org isn't a valid address. |
Sorry my bad .. Online PGP Key Generator Encryption Decryption Toolpgptool.orgSent from my iPhoneOn Jul 15, 2023, at 2:48 AM, mattosaurus ***@***.***> wrote:
Could you please provide a link to the decryption tool the client is using. PGPonline.org isn't a valid address.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: