| Name: | perl-Digest-HMAC |
|---|---|
| Version: | 1.04 |
| Release: | 12.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 28690 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Digest-HMAC-1.04-12.el10.noarch.rpm |
| Source RPM: | perl-Digest-HMAC-1.04-12.el10.src.rpm |
| Build Date: | Tue Jan 28 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Digest-HMAC |
| Summary: | Keyed-Hashing for Message Authentication |
| Description: | 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. HMAC follow the common Digest:: interface, but the constructor takes the secret key and the name of some other simple Digest:: as argument. |