ProtonMail / gopenpgp

A high-level OpenPGP library

Home Page:https://gopenpgp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error during PGP decryption

Akshith-Banda opened this issue · comments

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.

@Akshith-Banda I made changes to the library to bypass integrity check.
angel-one@5eee914