Decode Base64
Summary
Use this component to decode Base64-encoded text into its original binary form.
Description
The **Decode Base64** component decodes a Base64-encoded input string into its original binary representation. - **Enabled**: When enabled, the component actively decodes incoming Base64-encoded text. When disabled, it passes the input through unmodified. - **Process Invalids**: When enabled, the component processes and outputs invalid Base64 characters. When disabled, it ignores invalid characters. - **In (text)**: Receives the Base64-encoded input text. - **Out (Base64)**: Outputs the decoded binary data. - **Invalid (clock)**: Emits a clock signal when the input contains invalid Base64 characters.
This component is particularly useful for decoding data received in Base64 format, such as email attachments or data from web APIs.
Diagram:
Categories
Category Text - Text components category
Properties
- Enabled – Toggle the component’s functionality on or off.
- Process Invalids – When enabled, processes and outputs invalid Base64 characters.