Hash File

Hashes the file content.

This activity hashes the content of a file using a specified algorithm.

Input

  • File Path: String Argument Required Specifies 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:

    • Md5

    • Sha256

    • Blake3

Output

  • Result: String Variable Stores the hashed text in the specified String variable.

Last updated