Hash File
Description
This action component allows you to hashes a file with a key using a specified/default algorithm.
Input Properties
- Hash Algorithm Type (HashAlgorithmTypes) – Select the hashing algorithm you want to use.
- Input FilePath (String) – The file that you want to hash.
- Output FilePath (String) – The path where you want to save the hashed file.
- Secret Key (String) – The key that you want to use to hash the specified file.
Output Properties
- Result (String) – The path of the saved hashed file.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.