in reply to Need help decoding string in Crypt::OpenPGP
Have you checked your logs? This looks wrong:
my ($plaintext,$valid,$sig)=$pgp->decrypt(Data => $phrase, Passphrase ++=> "abc123!");
You should have seen:
%s = ( Passphrase +=> 'abc123!' );; [syntax error at (eval 9) line 1, near "+=>"
There is weirdness in the next line also: $sig<br>err +or: ".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help decoding string in Crypt::OpenPGP
by Eliya (Vicar) on Mar 10, 2012 at 17:58 UTC | |
by jaf0faj (Novice) on Mar 11, 2012 at 00:41 UTC |