Members
-
sitemap
-
Generates an XML sitemap for all CyberChef operations and a number of recipes.
- Copyright:
-
- Crown Copyright 2018
- License:
-
- Apache-2.0
- Source:
Methods
-
bake(data)
-
Baking handler
Parameters:
Name Type Description data
Object - Source:
-
_bake()
-
Silent baking handler
- Source:
-
getDishAs()
-
Translates the dish to a given type.
- Source:
-
_getDishAs(recipeConfig, direction, pos)
-
Calculates highlight offsets if possible.
Parameters:
Name Type Description recipeConfig
Array.<Object> direction
string pos
Object The position object for the highlight.
Properties
Name Type Description start
number The start offset.
end
number The end offset.
- Source:
-
_calculateHighlights(recipeConfig)
-
Checks that all required modules are loaded and loads them if not.
Parameters:
Name Type Description recipeConfig
Object - Source:
-
main()
-
Main function used to build the CyberChef web app.
- Source: