Description
Computes the SHA1 hash for an input string
Syntax
SHA1(<inputtext>)
Arguments
Argument | Type | Description | Optional |
---|---|---|---|
inputtext | Text | Specifies some input text to convert | No |
Returns
Encoded text string
Examples
Expression: | Sha("Cat Dog") |
Returns: | 3bc4cd2743e5d3e117bfae7c9416e91c0fbbc4e1 |