The “Hash Calculator” node allows to calculate hash values aka. “digests” for given string or binary cells using various hash functions. Hash functions have a broad usage in information-security, e.g. for digital signatures, message authentication codes (MACs), and general authentication. Also they can be used to index data, create fingerprints, detect duplicates and uniquely identify files.
The following algorithms are currently supported out of the box (Provider “SUN”):
Additionally, the following hashing algorithms are provided via an extension point:
The result is given in
hexadecimal
form. For example, the string “Lorem ipsum dolor sit amet” is
transformed to an SHA hash
38f00f8738e241daea6f37f6f55ae8414d7b0219.
Input cannot only be provided as string data, but also as binary cell. In this case, the hashes are calculated in a streaming manner, which means, that hashes can also be calculated for binary data which exceed the amount of available memory.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Palladian for KNIME from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!