Function HMAC_SHA1

  • In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key.

    Parameters

    • stringToSign: string
    • secret: string

    Returns Buffer

    1.1.6

    2018-08-20