Docs

Encoding Toolkit

The Encoding Toolkit provides common text-conversion tools for developers and technical users. Encode or decode text from the Sliprail launcher, and the result is copied to the clipboard automatically.

Shortcut

Type EncodingToolkit and press Space to view the available encoding, decoding, and hashing operations.

How to Use

This extension uses Sliprail's parameter mode. Type the shortcut, press Space, enter the text to process, and press Enter.

  • Format: EncodingToolkit [operation] [text to process]
  • Example: Type EncodingToolkit base64encode sliprail and press Enter. c2xpcHJhaWw= will be copied to your clipboard.

If no parameter is provided, Sliprail will display a prompt.

Supported Operations

The Encoding Toolkit includes the following operations:

OperationFunction
base64encodeBase64 Encode
base64decodeBase64 Decode
urlencodeURL Encode
urldecodeURL Decode
htmlencodeHTML Entity Encode
htmldecodeHTML Entity Decode
hexencodeHex Encode
hexdecodeHex Decode
unicodeencodeUnicode Encode
unicodedecodeUnicode Decode
md5encodeMD5 Hash