perform_magic_operation
Automatically detect encoding and decode data using recursive pattern matching and speculative execution, with optional intensive mode and extensive language support.
Instructions
CyberChef's magic operation is designed to automatically detect how your data is encoded and which operations can be
used to decode it
:param input_data: the data in which to perform the magic operation on
:param depth: how many levels of recursion to attempt pattern matching and speculative execution on the input data
:param intensive_mode: optional argument which will run additional operations and take considerably longer to run
:param extensive_language_support: if this is true all 245 languages are supported opposed to the top 38 by default
:param crib_str: argument for any known plaintext string or regex
:return:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_data | Yes | ||
| depth | No | ||
| intensive_mode | No | ||
| extensive_language_support | No | ||
| crib_str | No |