[FREE] Base64 Encode/Decode extension

🧩 Base64Util

A simple extension that can encode strings to a Base64 format and vice versa.

Will soon support file and image encode/decoding.


Blocks:

component_event

Triggered when an error has occured while decoding a Base64 string.

component_event

Triggered when a decoding job has finished.

component_event (1)

Same as the OnDecodeError event block but triggered on an encoding error.

component_event (2)

Triggered when an encoding job has finished.

component_method

Decodes the given string to it's original readable format.

component_method (1)

Encodes the given string to the Base64 format.


Any ideas are welcome as long as they are developable and has a good reason to be made.

Current Version: 1.0
Build Date: 2025-01-03

Base64Util.aix (6.1 KB)

2 Likes

If you look here or here, you will find that there is already a wide range of individual base64 conversion extensions available. There are others, most notably KIO4_Base64.

1 Like