Function HMAC_SHA1

  • HMAC_SHA1(stringToSign: string, secret: string): Buffer
  • 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.

    Static

    Returns

    Memberof

    KavenUtility

    Version

    2018-08-20

    Since

    1.1.6

    Parameters

    • stringToSign: string
    • secret: string

    Returns Buffer

Generated using TypeDoc