Hmac Sha384 Generator Online

Generate hmac with SHA384 algorithm

Enter the Plain or Cipher Text to convert to hash mac (HMAC) SHA384
HMAC (Hash-Based Message Authentication Codes) Definition. This tool uses hmac hash code generation using SHA384 encryption algorithm.
Most popular programming languages support generating HMAC hashes using the SHA384 algorithm. Using it in programming is also quite simple and easy.

HMAC SHA384 in PHP

PHP convert string to HMAC SHA384.
hash_hmac function in Php.net

function hmac_sha384_generator_php($input,$key) {
  return hash_hmac("sha384", $input, $key, false);
}
echo hmac_sha384_generator_php("https://codezi.pro/hmac-sha384-generator","07811dc6c422334ce36a09ff5cd6fe71");
//output cb47f01c32e9f0c1b3c144d12c97c8756f120d25de244f1258ccfafb3f2c4f9bf798d7b04298d196a7fc59c8ef3dcf48