[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:

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

Triggered when a decoding job has finished.

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

Triggered when an encoding job has finished.

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

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)

3 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