app icon
Base64
1.0.1

Base64 conversion from / to Base64 text with plain text, binary files, image files

bowenliang123/base64_codec16455 installs

Base64 Codec - Encode and Decode Base64

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.

Description

ToolInputOutput
base64_encoderRaw textBase64 encoded text
base64_decoderBase64 encoded textRaw text
base64_image_encoderImage fileBase64 encoded text
base64_image_decoderBase64 encoded text of PNG, JPG, WEBP, SVG format prefixImage file
base64_file_encoderBinary fileBase64 encoded text
base64_file_decoderBase64 encoded textBinary file
base64_to_hexBase64 encoded textHex text
hex_to_base64Hex textBase64 encoded text

Tools and Usage

  • 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

Changelog

  • 1.0.0

    • Streaming output in Base64 encoder with in chunk size of 512 chars by default
  • 0.5.0

    • Support multiple files generation in and tools with custom seperator in Base64 encoded text input.
  • 0.4.0

    • Add and tools for conversion between Base64 encoded text to Hexadecimal text.
  • 0.3.0:

    • Support customize the output file name in tool
    • Add for decoding Base64 encoded text to binary file
  • 0.2.0

    • Add for encoding binary file to Base64 encoded text
  • 0.1.0

    • Add for encoding image file to Base64 encoded text
  • 0.0.3

    • Support URL safe Base64 encoding and decoding
  • 0.0.1

    • Initial release for text encoding and decoding and image decoding from Base64 encoded text

License

  • Apache License 2.0

Privacy

This plugin collects no data.

All the file transformations are completed locally. NO data is transmitted to third-party services.

CATEGORY
Tool
VERSION
1.0.1
bowenliang123·12/03/2025 02:38 AM
REQUIREMENTS
Tool invocation
Maximum memory
256MB