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.
Type EncodingToolkit and press Space to view the available encoding, decoding, and hashing operations.
This extension uses Sliprail's parameter mode. Type the shortcut, press Space, enter the text to process, and press Enter.
EncodingToolkit [operation] [text to process]EncodingToolkit base64encode sliprail and press Enter. c2xpcHJhaWw= will be copied to your clipboard.If no parameter is provided, Sliprail will display a prompt.
The Encoding Toolkit includes the following operations:
| Operation | Function |
|---|---|
base64encode | Base64 Encode |
base64decode | Base64 Decode |
urlencode | URL Encode |
urldecode | URL Decode |
htmlencode | HTML Entity Encode |
htmldecode | HTML Entity Decode |
hexencode | Hex Encode |
hexdecode | Hex Decode |
unicodeencode | Unicode Encode |
unicodedecode | Unicode Decode |
md5encode | MD5 Hash |