boat73 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, Garettuse Crypt::OpenPGP; $pgp = Crypt::OpenPGP->new ( "PubRing" => 'pubring.pkr' )or die Crypt::OpenPGP->errstr; my $ciphertext = $pgp->encrypt ( "Data" => 'This is a test', "Recipients" => 'myemail\@blah.com', "Cipher" => 'DES3', "Armour" => 1 ); die "Encryption failed: ", $pgp->errstr unless $ciphertext; print $ciphertext;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems creating Crypt::OpenPGP standalone exe
by arden (Curate) on Mar 22, 2004 at 05:12 UTC | |
by PodMaster (Abbot) on Mar 22, 2004 at 09:17 UTC | |
|
Re: Problems creating Crypt::OpenPGP standalone exe
by PodMaster (Abbot) on Mar 22, 2004 at 10:17 UTC | |
by boat73 (Scribe) on Mar 22, 2004 at 13:01 UTC | |
by PodMaster (Abbot) on Mar 22, 2004 at 13:15 UTC | |
by boat73 (Scribe) on Mar 23, 2004 at 17:05 UTC |