Return a base64 hash representation of a text field. Uses MD5 by default. Note* This is a resource intensive function that may take a while on large files.
hash STATE
'SHA1' hash STATE
(HashType) hash TextField1
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
HashType | Text | Constant | Hash algorithm type; MD5 (default) or SHA1 | Yes |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField1 | Text | Constant, Field | Text data field. | No |
Type: Text