Rate this page:

hmac_sha256

Copy URL
hmac_sha256(key: 

string

,
data:

string

):

string

Calculates HMAC-SHA256 hash of the specified data.

Parameters

  • key:

    string

    Key for calculation purposes

  • data:

    string

    String to calculate hash of

Returns

  • type:

    string