Help for this page

Select Code to Download


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