Help for this page

Select Code to Download


  1. or download this
        my $key = Crypt::RSA::Key::Public->new;
    
  2. or download this
        $key->n($n);
        $key->e($e);