The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.25

  • 1 Wrote Crypt::RSA::sign() and Crypt::RSA::verify()
  • 2 Added tests for sign and verify to t/11-wrapper.t
  • 3 Bugfix in Crypt::RSA::EME::OAEP::hash() and mgf() $self was being fed to the digest
  • 4 Bugfix in Crypt::RSA::SSA::PSS::hash() and mgf() same error as 3

Modules

RSA public-key cryptosystem.
Data creation, conversion and reporting primitives.
Debug routine for Crypt::RSA.
Plaintext-aware encryption with RSA.
Parent class for Crypt::RSA::*, provides error handling capabilities.
RSA Key Pair Generator.
RSA Private Key Management.
RSA Public Key Management.
RSA encryption, decryption, signature and verification primitives.
Probablistic Signature Scheme based on RSA.