You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snoopy87 edited this page Jul 22, 2019
·
7 revisions
Overview
Key-Hash message authentication code (HMAC) is a type of MAC (Message Authentication Code) which is used to verify the integrity and the authenticity of a message. HMAC is computed by using a secret key and a hash function (MD5, SHA-1, SHA-2, ...).