Help for this page

Select Code to Download


  1. or download this
    my $private_key = $sth->fetchrow(); #Stored as a string
    
    ...
                Key        => $private_key,
                Armour     => 1,
            ) || die $rsa->errstr();
    
  2. or download this
    $private_key = new Crypt::RSA::Key::Private (
                     Filename => 'private_key_file'
                    );