HMAC-SHA-384 Hash Generator
This tool generates the HMAC-SHA-384 hash of a given message and secret key. HMAC-SHA-384 is a cryptographic hash function which takes an input text and secret key and generates a 384-bit hash value which is 96 characters in length.HMAC-SHA-384 Hash Generator
Generated HMAC-SHA-384 Hash
Description
- This tool generates the HMAC-SHA-384 hash of a given message and secret key.
Facts
- HMAC-SHA-384 is a keyed hash-based message authentication code (HMAC) that uses the SHA-384 algorithm from the Secure Hash Algorithm 2 family of algorithms.
- HMAC-SHA-384 is a cryptographic hash function which takes an input text and secret key and generates a 384-bit hash value which is 96 characters in length.
- HMAC-SHA-384 provides authentication via a shared secret key that is known to both the sender and receiver of a message.
- HMAC-SHA-384 is often used in creating digital signatures to allow a receiver to verify the integrity of a message.
- The HMAC-SHA-384 hash value of an empty string or empty file is
6c1f2ee938fad2e24bd91298474382ca218c75db3d83e114b3d4367776d14d3551289e75e8209cd4b792302840234adc
.
See Also
- SHA-384 Hash Generator
- HMAC-RIPEMD-160 Hash Generator
- HMAC-SHA-224 Hash Generator
- HMAC-SHA-512 Hash Generator
- HMAC-SHA-256 Hash Generator