sha1(str)
Returns the SHA-1 calculated for the specified string.
Syntax
sha1(str);
Arguments
| Name | Description |
|---|---|
|
str |
A string which will be calculated. |
Events
Applicable in all events.
Example
when HTTP_REQUEST {
result = sha1(input)
}
Supported Version
FortiADC version 4.8.x and later.