This is a short writeup about a new feature in the rsop
CLI tool:
Since version 0.8.0, rsop
can decrypt a GnuPG-proprietary message encryption format.
GnuPG sometimes produces non-standard encrypted messages #
Unfortunately, under some circumstances, GnuPG may produce encrypted messages that are not compatible with the OpenPGP standard. This issue started in its 2.4.x series. GnuPG calls this format “OCB encrypted message”.
However, note that practically all big Linux distributions disable these GnuPG non-standard formats in their GnuPG packages by default. So on most Linux distributions, if you follow along with the CLI calls in this article, you will end up producing a regular, standard OpenPGP encrypted message (and not the problematic format I’m demonstrating here). Windows users of GnuPG on the other hand will usually use upstream GnuPG, without these safeguards!
...