Examples
-
Message
payload
About HMAC-SHA384
Same authenticated-hash idea as HMAC-SHA256, just built on the wider SHA-384 digest - useful when an integration's spec explicitly calls for it.
Paste a message and secret, get the HMAC back. Nothing about the workflow changes beyond the underlying hash width.