Decode Base64

From Visuino
Revision as of 12:52, 11 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDecodeBase64.png == 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 o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDecodeBase64.png

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

Properties

  • Enabled – Toggle the component’s functionality on or off.
  • Process Invalids – When enabled, processes and outputs invalid Base64 characters.

Pins

  • In – Base64-encoded input text.
  • Out – Decoded binary output.
  • Invalid – Clock signal emitted when invalid Base64 characters are encountered.