Help for this page
Signature Failed: No secret keyrings
use strict; use warnings; use Crypt::OpenPGP; ... ) || die "Encryption Failed: ",$pgp->errstr; my $a = $ciphertext; print $a;