hmac_sha256
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
Calculates HMAC-SHA256 hash of the specified data.
string
Key for calculation purposes
string
String to calculate hash of
string