Base64

The Base64 component is an operator that allows users to encode or decode a string in Base64 format. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Supported Tasks

#Encode

Encode data into base64 string

InputIDTypeDescription
Task ID (required)taskstringTASK_ENCODE
Data (required)datastringData to be encoded
OutputIDTypeDescription
DatadatastringData

#Decode

Decode the base64 string.

InputIDTypeDescription
Task ID (required)taskstringTASK_DECODE
Data (required)datastringBase64 string to be decoded
OutputIDTypeDescription
DatadatastringData

Last updated: 4/5/2024, 1:22:27 PM