paint-brush
Glossary of Security Terms: HMACby@mozilla
139 reads

Glossary of Security Terms: HMAC

by Mozilla ContributorsSeptember 3rd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

HMAC is a protocol used for cryptographically authenticating messages. It can use any kind of cryptographic functions, and its strengh depends on the underlying function (SHA1 or MD5 for instance) HMAC verification algorithm is then known with a compound name such as HMAC-SHA1. The algorithm is used to ensure both integrity and authentication. Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape and Netscape.

Company Mentioned

Mention Thumbnail
featured image - Glossary of Security Terms: HMAC
Mozilla Contributors HackerNoon profile picture

HMAC is a protocol used for cryptographically authenticating messages. It can use any kind of cryptographic functions, and its strengh depends on the underlying function (SHA1 or MD5 for instance), and the chosen secret key. With such a combination, the HMAC verification algorithm is then known with a compound name such as HMAC-SHA1.

HMAC is used to ensure both integrity and authentication.

Learn more

General knowledge

Technical reference

View Previous Terms: