bake_recipe
Execute a sequence of CyberChef operations on input data to transform, encode, or decode it. Use a recipe of operations to derive the desired output.
Instructions
Bake (execute) a recipe (a list of operations) in order to derive an outcome from the input data
:param input_data: the data in which to perform the recipe operation(s) on
:param recipe: a pydantic model of operations to 'bake'/execute on the input data
:return:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_data | Yes | ||
| recipe | Yes |