Keyed-Hashing Message Authentication - определение. Что такое Keyed-Hashing Message Authentication
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Keyed-Hashing Message Authentication - определение

COMPUTER COMMUNICATIONS HASH ALGORITHM
Keyed-Hashing Message Authentication; Hmac; Keyed-hash message authentication code; HMAC-SHA1; HMAC-MD5; HMAC MD5; Hmac MD5; Hmac-MD5; Hmac-md5; Hmac md5; HMAC md5; HMAC-md5; NMAC; KHMAC; Hashed message authentication code; HMAC-SHA256; HMAC SHA1; HMAC SHA256; Hash-based message authentication code; HMAC-SHA-256
  • HMAC-SHA1 generation

Keyed-Hashing Message Authentication         
<messaging, cryptography> (HMAC) A mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative cryptographic hash function, e.g., MD5, SHA-1, in combination with a secret shared key. The cryptographic strength of HMAC depends on the properties of the underlying hash function. [RFC 2104]. (1997-05-10)
Message authentication code         
KEYED HASH FUNCTION USED TO PROTECT A MESSAGE'S INTEGRITY AND AUTHENTICITY
Message Authentication Code; Message Integrity Code; Partial MAC; Message footprint; Message authentication codes; Message-authentication code; Message integrity code; Message Integrity Check; Keyed hash function; Authentication tag
In cryptography, a message authentication code (MAC), sometimes known as a tag, is a short piece of information used for authenticating a message. In other words, to confirm that the message came from the stated sender (its authenticity) and has not been changed.
HMAC         
keyed-Hashing for Message AuthentiCation (Reference: cryptography, RFC 2104)

Википедия

HMAC


In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key. As with any MAC, it may be used to simultaneously verify both the data integrity and authenticity of a message.

HMAC can provide authentication using a shared secret instead of using digital signatures with asymmetric cryptography. It trades off the need for a complex public key infrastructure by delegating the key exchange to the communicating parties, who are responsible for establishing and using a trusted channel to agree on the key prior to communication.