crypto_decode
Decodes cryptic strings using multiple formats including Base64, hex, binary, and URL encoding. Automatically detects the encoding type for instant results.
Instructions
Multi-format decoder supporting Base64, hex, binary, decimal, octal, URL encoding, ROT13, Base32, Morse code, and HTML entities. In auto mode, detects the encoding first and applies the appropriate decoder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | String to decode | |
| encoding | No | Encoding format (default: auto) |