Skip to main content
Version: 3.1.0

HMAC

HMAC Generation

Generate HMAC generates a Hash-based Message Authentication Code. This function requires inputs as follows:

  • Digest Type 1 : Type of digest function used in creating the code.
  • Data 2 : The data used in creation of the code, first HMAC parameter.
  • Key 3 : The key used in creation of the code, second HMAC parameter.

HMAC Generation

If the operation is successful, the value Code 4 will hold the generated HMAC.