Skip to main content
The Encoding Tools connector provides encoding/decoding operations (Base64, URL, hex, HTML, binary) and cryptographic hashing (MD5, SHA1, SHA256, SHA512, HMAC).
No connection required. This utility connector works out of the box.

Tools

Encoding / Decoding

string
required
Text to encode.
boolean
default:"false"
Use URL-safe Base64 encoding.
Example request:
Example response:
string
required
Base64 string to decode.
boolean
default:"false"
Input uses URL-safe encoding.
Example request:
Example response:
string
required
Text to encode.
boolean
default:"false"
Encode all characters (not just special characters).
Example request:
Example response:
string
required
URL-encoded string to decode.
Example request:
Example response:
string
required
Text to encode.
boolean
default:"false"
Use uppercase hex characters.
Example request:
Example response:
string
required
Hex string to decode.
Example request:
Example response:
Convert special characters to HTML entities.
string
required
Text to encode.
Example request:
Example response:
Convert HTML entities back to characters.
string
required
Text with HTML entities to decode.
Example request:
Example response:
string
required
Text to convert.
string
default:" "
Separator between bytes.
Example request:
Example response:
string
required
Binary string to convert.
string
default:" "
Separator between bytes.
Example request:
Example response:

Hashing

string
required
Text to hash.
string
default:"hex"
Output encoding: hex or base64.
Example request:
Example response:
string
required
Text to hash.
string
default:"hex"
Output encoding: hex or base64.
Example request:
Example response:
string
required
Text to hash.
string
default:"hex"
Output encoding: hex or base64.
Example request:
Example response:
string
required
Text to hash.
string
default:"hex"
Output encoding: hex or base64.
Example request:
Example response:
string
required
Text to sign.
string
required
Secret key.
string
default:"sha256"
Hash algorithm: sha1, sha256, sha512, or md5.
string
default:"hex"
Output encoding: hex or base64.
Example request:
Example response: