No connection required. This utility connector works out of the box.
Tools
Encoding / Decoding
base64-encode: Encode to Base64
base64-encode: Encode to Base64
base64-decode: Decode Base64
base64-decode: Decode Base64
url-encode: URL encode
url-encode: URL encode
url-decode: URL decode
url-decode: URL decode
hex-encode: Encode to hex
hex-encode: Encode to hex
hex-decode: Decode from hex
hex-decode: Decode from hex
html-encode: Encode HTML entities
html-encode: Encode HTML entities
Convert special characters to HTML entities.Example request:Example response:
string
required
Text to encode.
html-decode: Decode HTML entities
html-decode: Decode HTML entities
Convert HTML entities back to characters.Example request:Example response:
string
required
Text with HTML entities to decode.
to-binary: Convert to binary
to-binary: Convert to binary
Hashing
hash-md5: MD5 hash
hash-md5: MD5 hash
hash-sha1: SHA1 hash
hash-sha1: SHA1 hash
hash-sha256: SHA256 hash
hash-sha256: SHA256 hash
hash-sha512: SHA512 hash
hash-sha512: SHA512 hash