MD5 Hash
In this tutorial, we will create a new Convert Workflow that will perform MD5 hashing on the given input.
INFO
This example Workflow is available for download and import. Download the workflow.
Creating a New Workflow
Navigate to the Workflow Editor for the Convert type by following these steps:
- Select the
Workflow
tab from the left-hand menu within the Caido window.- Select the
Convert
tab.- Click
+ New Workflow
.
- Enter an arbitrary name for your Workflow.
- (Optional) Enter a description of the workflow.
- Click
Save
.
- Click, hold and drag the
MD5 Hash
Node into the pane directly right. - Drag the Nodes into a top-down heirachical structure. Connect them together by making Node
Connections
.
WARNING
Convert Workflows require an End Node to function properly.
- Select the
MD5 Hash
Node by clicking on it to display its properties in the right-hand pane. Here, the Node's Name,Alias
and input type (Constant Value
orReference Value
) can be configured (for this example creation, leave the default configuration as is). - Supply test input to be converted by the Workflow.
- Click
Save and Run
- the conversion output will be displayed in the Output pane.