libdigest-hmac-perl 1.05+dfsg-ok1 source package in openKylin
Changelog
libdigest-hmac-perl (1.05+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:14:24 -0700
libdigest-hmac-perl (1.05+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:14:24 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libdigest-hmac-perl_1.05+dfsg.orig.tar.xz | 9.7 KiB | cbe0c23abb900394c2c7e6cace421f5fed7a483501a4902fea3031ebac75534c |
| libdigest-hmac-perl_1.05+dfsg-ok1.debian.tar.xz | 1.7 KiB | d0bfb1447339f95e04ee68a5a0a58a590eac3333c06e8b3de066782d3f35bee2 |
| libdigest-hmac-perl_1.05+dfsg-ok1.dsc | 1.9 KiB | cfad12504029d4bcb0e0d77db2b04bc9dee1af9f5a8f11ebdbdb1811d8cbbef5 |
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.