Convert binary encrypted message to ascii armored #49
Replies: 3 comments 2 replies
-
Currently no, but this could be implemented by introducing a Message object (just like we have Sig now and for signatures I think it's possible). Just curious, why do you need to convert them? The |
Beta Was this translation helpful? Give feedback.
-
I receive encrypted messages from Hashicorp Vault's sys/init function. Those are either in hex or base64. I need to pass the messages to the users for them to decrypt. |
Beta Was this translation helpful? Give feedback.
-
Maybe in the newer spec. But on Debian 12, gnupg 2.2.40 complains if the message's base64 encoding contains no I don't know how other software handles it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I receive an encryptes message in binary form.
Can pysequoia convert this to the ascii armored form?
I.e. starting with
-----BEGIN PGP MESSAGE-----
and including the legacy check sum.Beta Was this translation helpful? Give feedback.
All reactions