Base64 conversion from / to Base64 text with plain text, binary files, image files
Author: bowenliang123
Github Repository: https://github.com/bowenliang123/base64_codec
Dify Marketplace: https://marketplace.dify.ai/plugins/bowenliang123/base64_codec
This Dify plugin provides tools for encoding and decoding Base64 specified in RFC 4648.
It supports text, image files and binary files for the input or output.
URL safe Base64 encoding is also supported for text encoding and decoding.
| Tool | Input | Output |
|---|---|---|
| base64_encoder | Raw text | Base64 encoded text |
| base64_decoder | Base64 encoded text | Raw text |
| base64_image_encoder | Image file | Base64 encoded text |
| base64_image_decoder | Base64 encoded text of PNG, JPG, WEBP, SVG format prefix | Image file |
| base64_file_encoder | Binary file | Base64 encoded text |
| base64_file_decoder | Base64 encoded text | Binary file |
| base64_to_hex | Base64 encoded text | Hex text |
| hex_to_base64 | Hex text | Base64 encoded text |
Raw text → Base64 Encoded text

Base64 Encoded text → Raw text

Image file → Base64 Encoded text

Base64 Encoded text → Image file

Binary file → Base64 Encoded text
1.0.0
0.5.0
0.4.0
0.3.0:
0.2.0
0.1.0
0.0.3
0.0.1
This plugin collects no data.
All the file transformations are completed locally. NO data is transmitted to third-party services.