Help for this page

Select Code to Download


  1. or download this
        M = c ^ d mod n
    
  2. or download this
        my $key = Crypt::RSA::Key::Private->new;
        $key->n($n);
        $key->d($d);