Skip to main content

Module hash

Module hash 

Source
Expand description

Hash related utils.

Functionsยง

base64_decode
Base64 decode
base64_encode
Base64 encode
base64_hmac_sha1
Base64 encoded HMAC with SHA1 hash.
base64_hmac_sha256
Base64 encoded HMAC with SHA256 hash.
hex_hmac_sha1
Hex encoded HMAC with SHA1 hash.
hex_hmac_sha256
Hex encoded HMAC with SHA256 hash.
hex_sha1
Hex encoded SHA1 hash.
hex_sha256
Hex encoded SHA256 hash.
hmac_sha256
HMAC with SHA256 hash.