We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by Akshith-Banda January 19, 2024 HI,
I'am trying to decrypt an pgp encrypted msg and getting this error :
gopenpgp: unable to decrypt message: gopenpgp: error in reading message: openpgp: unsupported feature: message is not integrity protected
I'm using helper.DecryptVerifyMessageArmored method
Is there any way to bypass this MDC (integrity check) feature.
The text was updated successfully, but these errors were encountered:
@Akshith-Banda I made changes to the library to bypass integrity check. angel-one@5eee914
Sorry, something went wrong.
No branches or pull requests
Discussed in #266
Originally posted by Akshith-Banda January 19, 2024
HI,
I'am trying to decrypt an pgp encrypted msg and getting this error :
gopenpgp: unable to decrypt message: gopenpgp: error in reading message: openpgp: unsupported feature: message is not integrity protected
I'm using helper.DecryptVerifyMessageArmored method
Is there any way to bypass this MDC (integrity check) feature.
The text was updated successfully, but these errors were encountered: