All Commands
All String
Commands
HASH
This will provide a hash of a character string.
This command can have an {END_HASH} command.
In this case, the string in-between will replace the first parameter and the format will be {HASH} string {{END_HASH(parameters 2 onwards)}
This is particularly useful if the string is particularly long or contains commas.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | string | String | The string of characters to get the hash value for | |
2 | method | md5 | String | The method to use when creating the hash value. |
3 | raw | FALSE | Boolean | A TRUE value will force the command to return a raw binary string of the hash |