Crypto
Functions
hmac_sha256
Calculates HMAC-SHA256 hash of the specified data.
Parameters
key
data
md5
Calculates MD5 hash. Can be used with HTTP requests that require hash.
Parameters
data
sha1
Calculates SHA1 hash. Can be used with HTTP requests that require hash.
Parameters
data
sha256
Calculates SHA256 hash of the specified data.
Parameters
data