Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
help? is there a better module for this?use Crypt::RSA; my $rsa = new Crypt::RSA; my ($public, $private) = $rsa->keygen ( Identity => 'Lord Macbeth <macbeth@glamis.com>', Size => 1024, Password => 'A day so foul & fair', Verbosity => 1, KF => 'SSH', Filename => 'mykey' ) or die $rsa->errstr();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: generating ssh2 keypairs with Crypt::RSA?
by oko1 (Deacon) on Oct 12, 2010 at 02:42 UTC | |
|
Re: generating ssh2 keypairs with Crypt::RSA?
by Anonymous Monk on Oct 12, 2010 at 03:13 UTC | |
|
Re: generating ssh2 keypairs with Crypt::RSA?
by Anonymous Monk on Oct 12, 2010 at 03:08 UTC | |
by Anonymous Monk on Oct 12, 2010 at 03:12 UTC |