Fortinet white logo
Fortinet white logo

Script Reference Guide

B32_dec(str)

B32_dec(str)

Decodes a Base32 encoded string input and outputs the result in string format.

Syntax

B32_dec(str);

Arguments

Name Description

str

The string which will be calculated.

Events

Applicable in all events.

Example

when HTTP_REQUEST {
str = “abc”
dec = b32_dec(str)
}

Supported Version

FortiADC version 5.2.x and later.

B32_dec(str)

B32_dec(str)

Decodes a Base32 encoded string input and outputs the result in string format.

Syntax

B32_dec(str);

Arguments

Name Description

str

The string which will be calculated.

Events

Applicable in all events.

Example

when HTTP_REQUEST {
str = “abc”
dec = b32_dec(str)
}

Supported Version

FortiADC version 5.2.x and later.