Skip to main content
Version: Latest (4.51.0)

File Hasher

The File Hasher component allows you to create a hash for the contents of a file or a stream directly. The local file system or a cloud storage can be used when using the fullPath key in the incoming message. To access the local filesystem, the XILL4_WORKDIRS environment variable must be set to the path of the directories to be accessed.

Configuration

Display Settings
Hash algorithm

Selection of hash algorithms.

  • MD5
  • SHA-1
  • SHA-2 (SHA-256/SHA-512)

Inputs | Outputs


File Hasher
Input
Output
Error
0 0 0 (idxuhus55)

The component will look on the incoming message for the binary or fullPath keys. If it finds both, the binary takes priority.

Example:

{
"binary": // containing a readable stream,
"fullPath": "C:\Users\Administrator\Downloads\new.xlsx"
}