MD5 Hash Input Workflow
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 Passive Workflow
To begin, navigate to the Workflows interface, select the Passive
tab, and click the + New workflow
button.

- 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.