crypto_detect
Auto-detect the encoding type of any input string. Tests against Base64, hex, binary, morse, URL encoding, HTML entities, and more, returning matches sorted by confidence with attempted decoding for top results.
Instructions
Auto-detect encoding type of an input string. Tests against all known encoding patterns (Base64, hex, binary, morse, URL encoding, HTML entities, etc.) and returns matches sorted by confidence, with attempted decoding for top results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Encoded string to analyze |