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

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
[[wikipedia:HMAC]] is used to verify data integrity and authenticity of a message. Is used within the [[IPsec]], [[SSH]] and [[TLS]] protocols and for [[JSON Web Tokens]].
+
[[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]].
  
 
== Related ==
 
== Related ==

Revision as of 11:13, 14 January 2022

Advertising: