slackbuilds_ponce/perl/perl-digest-hmac
Robby Workman 1404622ad7 Entire Repo: Fix the "handy ruler" length in slack-desc files
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-15 20:27:00 -05:00
..
perl-digest-hmac.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
perl-digest-hmac.SlackBuild
README
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

Digest::HMAC is a perl module used for message integrity checks between two
parties that share a secret key, and works in combination with some other
Digest algorithm, usually MD5 or SHA-1.  The HMAC mechanism is described
in RFC 2104.

The Digest::HMAC module follow the common Digest:: interface, but the
constructor takes the secret key and the name of some other simple Digest::
module as argument.

This requires perl-digest-sha1.