CryptographicHashContent 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Calculates a cryptographic hash value for the flowfile content using the given algorithm and writes it to an output attribute. Please refer to https://csrc.nist.gov/Projects/Hash-Functions/NIST-Policy-on-Hash-Functions for help to decide which algorithm to use.
Tags
blake2, content, cryptography, hash, md5, sha
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Used for flowfiles that have a hash value added
failure Used for flowfiles that have no content if the 'fail on empty' setting is enabled
Writes Attributes
Name Description
content_<algorithm> This processor adds an attribute whose value is the result of hashing the flowfile content. The name of this attribute is specified by the value of the algorithm, e.g. 'content_SHA-256'.