Hash Query Functions

Functions for creating or validating string hashes.

Table: Event & Hash Query Functions

FunctionDefault ArgumentAvailabilityDescription
base64Decode([as], [charset], field)field  Performs Base64 decoding of a field.
crypto:md5([as], field)field  Computes a cryptographic MD5-hashing of an input string
hash([as], field, [limit], [seed])field  Computes a non-cryptographic hash of a list of fields.
tokenHash([as], field)field  Calculates a structure hash which is equal for similarly structured input.