Crypt::RSA::Primitives

RSA encryption, decryption, signature and verification primitives.
Download

Crypt::RSA::Primitives Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Vipul Ved Prakash
  • Publisher web site:
  • http://search.cpan.org/~vipul/Crypt-RSA-1.98/lib/Crypt/RSA/DataFormat.pm

Crypt::RSA::Primitives Tags


Crypt::RSA::Primitives Description

RSA encryption, decryption, signature and verification primitives. Crypt::RSA::Primitives is a Perl module that offers RSA encryption, decryption, signature and verification primitives.SYNOPSIS my $prim = new Crypt::RSA::Primitives; my $ctxt = $prim->core_encrypt (Key => $key, Plaintext => $string); my $ptxt = $prim->core_decrypt (Key => $key, Cyphertext => $ctxt); my $sign = $prim->core_sign (Key => $key, Message => $string); my $vrfy = $prim->core_verify (Key => $key, Signature => $sig);This module implements RSA encryption, decryption, signature and verfication primitives. These primitives should only be used in the context of an encryption or signing scheme. See Crypt::RSA::ES::OAEP(3), and Crypt::RSA::SS::PSS(3) for the implementation of two such schemes. Requirements: · Perl


Crypt::RSA::Primitives Related Software