Encode Base64
Summary
Use this component to encode binary data into a Base64-encoded text string.
Description
The **Encode Base64** component converts binary input data into a Base64-encoded text string, which is commonly used for encoding binary data in a textual format. This is useful for transmitting binary data over mediums that only support text, such as email or JSON.
- **Enabled**: When enabled, the component actively encodes incoming binary data. When disabled, it passes the input through unmodified.
- **In (Base64)**: Receives the binary input data to be encoded.
- **Out (text)**: Outputs the Base64-encoded text string.
This component is particularly useful for encoding binary data, such as images or files, into a format suitable for transmission over text-based protocols.
Diagram:
Categories
Category Text - Text components category
Properties
- Enabled – Toggle the component’s functionality on or off.