| Paketname | libdigest-hmac-perl |
| Beschreibung | module for creating standard message integrity checks |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.02+dfsg-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 80 Byte |
| Hängt ab von | perl, libdigest-sha1-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 11780 Byte |
| Prüfsumme MD5 | fac4030440fc3140fd5a9a004f38f838 |
| Prüfsumme SHA1 | b5404b48653b4563436e24c2da4687b28d58fea7 |
| Prüfsumme SHA256 | 714ed5903d3929a78fe2f03ac355c0ba52270d932ea0586be35a7b740658f615 |
| Link zum Herunterladen | libdigest-hmac-perl_1.02+dfsg-1_all.deb |
| Ausführliche Beschreibung | 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.
|