Computes a Hash-based Message Authentication Code (HMAC) for the given data payload using a key and algorithm.
Parameters
Returns
string - The resulting HMAC signature as a hex string.
Example
Used to verify both data integrity and authenticity of communication payloads.