Crypt::Keys::Private::RSA

Crypt::Keys::Private::RSA is a Perl module with RSA private key drivers.
Download

Crypt::Keys::Private::RSA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Benjamin Trott
  • Publisher web site:
  • http://search.cpan.org/~btrott/

Crypt::Keys::Private::RSA Tags


Crypt::Keys::Private::RSA Description

Crypt::Keys::Private::RSA is a Perl module with RSA private key drivers. Crypt::Keys::Private::RSA is a Perl module with RSA private key drivers.All Crypt::Keys::Private::RSA drivers (no matter the encoding) will return a data structure containing the same format. That structure will be a reference to a hash, containing a key Data; the value of the key Data is another hash reference, which contains the actual key data. This hash reference has the following keys: * n * e * d * p * q These fields should all be self-explanatory. They are standard parts of a private RSA key. * dp Equal to d mod (p-1). * dq Equal to d mod (q-1). * iqmp Equal to inverse of q mod p. These last three fields are used in the Chinese Remainder Theorem.Requirements:· Perl


Crypt::Keys::Private::RSA Related Software