Name: | perl-Digest-HMAC |
---|---|
Version: | 1.03 |
Release: | 17.module+el8.6.0+20613+17ccb46e |
Architecture: | noarch |
Module: | perl-libwww-perl:6.34:8030020200428102957:b947e2fe perl-libwww-perl:6.34:8060020210901111951:b947e2fe |
Group: | Development/Libraries |
Size: | 10872 |
License: | GPL+ or Artistic |
RPM: | perl-Digest-HMAC-1.03-17.module+el8.6.0+20613+17ccb46e.noarch.rpm |
Source RPM: | perl-Digest-HMAC-1.03-17.module+el8.6.0+20613+17ccb46e.src.rpm |
Build Date: | Fri Apr 08 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |