Digest::HMAC - Keyed-Hashing for Message Authentication https://www.cpan.org
Go to file
2024-01-06 08:53:10 +01:00
perl-Digest-HMAC.spec perl 5.16 mass rebuild [release 1.03-2mamba;Mon Nov 12 2012] 2024-01-06 08:53:10 +01:00
README.md perl 5.16 mass rebuild [release 1.03-2mamba;Mon Nov 12 2012] 2024-01-06 08:53:10 +01:00

perl-Digest-HMAC

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.