Difference between revisions of "Hash-based message authentication code (HMAC)"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[wikipedia:HMAC]] is used to verify data integrity and authenticity of a message using a cryptographic hash function and a secret cryptographic key.
  
 +
HMAC is used within the [[IPsec]], [[SSH]] and [[TLS]] protocols and for [[JSON Web Tokens]].
  
==See also==
+
TLS Error: cannot locate HMAC in incoming packet from [AF_INET6]::ffff:10.156.0.97:45318
 +
 
 +
== Related ==
 +
* [[Webhook]]
 +
* [[HMAC API]] from [[AWS Key Management Service]]
 +
* [[Terraform provider: dns]]: <code>[[hmac-md5]]</code>
 +
* [[OATH]]
 +
* [[HTTP Message Signatures]]
 +
* [[HMAC-SHA256]]
 +
* [[JWT]]
 +
 
 +
== See also ==
 
* {{Hash}}
 
* {{Hash}}
* {{Security}}
+
* {{Authentication}}
  
 
[[Category:Security]]
 
[[Category:Security]]

Latest revision as of 14:14, 4 April 2024

wikipedia:HMAC is used to verify data integrity and authenticity of a message using a cryptographic hash function and a secret cryptographic key.

HMAC is used within the IPsec, SSH and TLS protocols and for JSON Web Tokens.

TLS Error: cannot locate HMAC in incoming packet from [AF_INET6]::ffff:10.156.0.97:45318

Related[edit]

See also[edit]

Advertising: