crypto.FNV32a
crypto.FNV32a STRING
Returns the 32-bit FNV (Fowler–Noll–Vo) non-cryptographic hash of the given string.
crypto.HMAC
crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]
Returns a cryptographic hash that uses a key to sign a message.
crypto.MD5
crypto.MD5 INPUT
Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string.
crypto.SHA1
crypto.SHA1 INPUT
Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string.
crypto.SHA256
crypto.SHA256 INPUT
Hashes the given input and returns its SHA256 checksum encoded to a hexadecimal string.