xor_encode_decode
XOR encode or decode hex data using a specified hex key, with support for multi-byte keys applied cyclically. Returns hex output with ASCII preview.
Instructions
XOR encode/decode data with a specified key.
Args: hex_data: Hex-encoded data. hex_key: Hex-encoded key (supports multi-byte keys, applied cyclically).
Returns: XOR result as hex output with ASCII preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_data | Yes | ||
| hex_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |