Generate Hash
Description
Generate Hash-value is a step in the Utility Plugin for Process Studio Workflows. This Plugin generates Hash-value of any file selected.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
2 | File(String) | Holds the absolute path along with the name of the file. File field cannot be empty. |
3 | Button: Browse File | Click on this button to select a particular file. |
4 | Hash Type(String)* | Select the type of encryption for generating Hash-value. Encryption Algorithm field cannot be empty. This field is mandatory. Currently following are the hash types implemented with this plugin. (MD5, SHA1, SHA-256,SHA-384,SHA-512) |
Note: Some Hash Algorithms must be installed on your machine. One such example is to download hash algorithms from http://implbits.com/products/hashtab/.
No. | Field Name | Description |
---|---|---|
Output Fields: | ||
1 | Result | Displays the generated Hash-value of the file selected if executed successfully. Note: You may cross verify the Hash-value generated. Right click the file you chose for hashing and under properties tab select the hashing algorithm. Copy the hash value shown. After copying the hash value is available in a field below. Compare this hash value with the hash value generated in process studio. These two should be the same. |