- or download this
encrypt: datasize not multiple of blocksize (16 bytes) at /usr/local/l
+ib/perl5/site_perl/5.8.3/Crypt/OpenPGP/CFB.pm line 59.
- or download this
#!/usr/local/bin/perl -w
...
print "plain text:\n" . $plaintext . "\n";
- or download this
my $pgp = Crypt::OpenPGP->new (
"PubRing" => $PubRing
...
die "Encryption failed: ", $pgp->errstr unless $ciphertext;
return $ciphertext;