Closed cmoulliard closed 3 years ago
Hi, this isn't a bug - in fact, the error message points to the problem. The GPG command line in the example has "-a" in it, also known as --armor (or even --armour), a base64-ish transformation of the OpenPGP packets.
Paperkey works on binary (non-armored) packets, so if you remove the "-a" from GPG, this should work properly for you.
Good luck!
Many thanks :-) That works now
Issue
When we execute the following gpg and pakerkey command, then the error
unable to parse OpenPGP packets
is reportedkey info
Versions