Crypt::OpenPGP::Digest

PGP message digest factory.
Download

Crypt::OpenPGP::Digest Ranking & Summary

Advertisement

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

Crypt::OpenPGP::Digest Tags


Crypt::OpenPGP::Digest Description

PGP message digest factory. Crypt::OpenPGP::Digest is a Perl module with PGP message digest factory.SYNOPSIS use Crypt::OpenPGP::Digest; my $dgst = Crypt::OpenPGP::Digest->new($name); my $hashed_data = $dgst->hash($data);Crypt::OpenPGP::Digest is a factory class for PGP message digest objects. All digest objects are subclasses of this class and share a common interface; when creating a new digest object, the object is blessed into the subclass to take on algorithm-specific functionality.A Crypt::OpenPGP::Digest object wraps around a function reference providing the actual digest implementation (eg. Digest::MD::md5 for an MD5 digest). This allows all digest objects to share a common interface and a simple instantiation method. Requirements: · Perl


Crypt::OpenPGP::Digest Related Software