Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Crypt::OpenPGP; my $pgp = Crypt::OpenPGP->new (); $pgp->keygen( Type => 'DSA', Size => 1024, Identity => 'Garett L Holmes<br> <gaholmes@hotmail.com>' +, Passphrase => 'password', Verbosity => '1') or die $pgp->errstr;<br>
janitored by ybiC: Closed unbalanced <code> tag
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: crypt::OpenPGP keygen errors
by matija (Priest) on Mar 11, 2004 at 15:34 UTC | |
by Anonymous Monk on Mar 11, 2004 at 15:58 UTC | |
by boat73 (Scribe) on Mar 11, 2004 at 16:49 UTC |