in reply to GPG signing Issue
I am having slightly different problems with Crypt::OpenPGP. Can't get it to read my GPGv1 private key from the keyring. It dies with:
encrypt: datasize not multiple of blocksize (16 bytes) at /usr/local/s +hare/perl5/Crypt/OpenPGP/CFB.pm line 57.
which Carp::Always tells me is called from Crypt::OpenPGP::Cipher::decrypt on a Crypt::OpenPGP::Cipher::Rijndael object. How are you reading/creating your key in the code in the OP?
It's a shame because it could be a really good alternative to either GPGme or the CLI wrappers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: GPG signing Issue
by hippo (Archbishop) on Jan 29, 2019 at 15:23 UTC | |
by pryrt (Abbot) on Jan 29, 2019 at 17:11 UTC | |
by hippo (Archbishop) on Jan 29, 2019 at 19:06 UTC | |
by pryrt (Abbot) on Jan 31, 2019 at 18:34 UTC | |
by hippo (Archbishop) on Feb 01, 2019 at 11:12 UTC |