libdigest-hmac-perl

Rating: 
0
No votes yet

module for creating standard message integrity checks
HMAC is 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.

Application versions: 
AttachmentSizeDate
File libdigest-hmac-perl_1.03+dfsg-1_all.deb12.1 KB05/08/2013 - 14:45
Changelog: 

libdigest-hmac-perl (1.03+dfsg-1) unstable; urgency=low

* Team upload.
* New upstream release
+ uses Digest::SHA instead of Digest::SHA1.
* debian/control: Drop libdigest-sha1-perl from (Build-)Depends(-
Indep).
* debian/copyright:
- Refer to Debian systems in general instead of only Debian
GNU/Linux systems.
- Explicitly refer to GPL-1 license text in common-licenses.
* Don't install README anymore to docs.
* Bump Standards-Version to 3.9.2.