Hash File
Hashes the file content.
This activity hashes the content of a file using a specified algorithm.
Input
File Path:
String ArgumentRequiredSpecifies the full path of the file that is to be hashed.Hash Algorithm: Select the algorithm for hashing the file provided as input. The available algorithms are:
Md5Sha256Blake3
Output
Result:
String VariableStores the hashed text in the specified String variable.
Last updated