encode_base32
Encode text into Base32 or decode Base32 back to text using a compact alphabet of A-Z and 2-7, ideal for human-readable tokens.
Instructions
Encode or decode text using Base32 encoding.
Use this for compact, case-insensitive encoding suitable for
human-readable tokens, similar to Base64 but using only A-Z and 2-7.
Parameters:
text — The string to encode or decode (required).
mode — "encode" (text → Base32, default) or "decode" (Base32 → text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| mode | No | encode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |