Crypt::RIPEMD160::MAC

Crypt::RIPEMD160::MAC is a Perl extension for RIPEMD-160 MAC function.
Download

Crypt::RIPEMD160::MAC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian H. Geuer
  • Publisher web site:
  • http://search.cpan.org/~chgeuer/Crypt-RIPEMD160-0.04/RIPEMD160/MAC.pm

Crypt::RIPEMD160::MAC Tags


Crypt::RIPEMD160::MAC Description

Crypt::RIPEMD160::MAC is a Perl extension for RIPEMD-160 MAC function. Crypt::RIPEMD160::MAC is a Perl extension for RIPEMD-160 MAC function.SYNOPSIS use Crypt::RIPEMD160::MAC; $key = "This is the secret key"; $mac = new Crypt::RIPEMD160::MAC($key); $mac->reset(); $mac->add(LIST); $mac->addfile(HANDLE); $digest = $mac->mac(); $string = $mac->hexmac(); Requirements: · Perl


Crypt::RIPEMD160::MAC Related Software