sha256


Description:

public static string sha256 (string key, string message)

Returns an HMAC-SHA256 hash in hexadecimal string form.

Parameters:

key

HMAC key.

message

message to hash.

Returns:

HMAC-SHA256 hash.