Encode Base64

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

File:TArduinoEncodeBase64.png

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

Properties

  • Enabled – Toggle the component’s functionality on or off.

Pins

  • In – Binary input data to be encoded.
  • Out – Base64-encoded output text.