[
https://issues.apache.org/jira/browse/NIFI-11184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691845#comment-17691845
]
ASF subversion and git services commented on NIFI-11184:
--------------------------------------------------------
Commit 8c65b78ff3da9c57735162175620a4743232decb in nifi's branch
refs/heads/support/nifi-1.x from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8c65b78ff3 ]
NIFI-11184 Deprecated HashAttribute and CryptographicHashAttribute
This closes #6956
Signed-off-by: Mike Thomsen <[email protected]>
> Deprecate HashAttribute and CryptographicHashAttribute
> ------------------------------------------------------
>
> Key: NIFI-11184
> URL: https://issues.apache.org/jira/browse/NIFI-11184
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The HashAttribute and CryptographicHashAttribute Processors support different
> approaches for digesting one or more FlowFile attribute values using a
> configurable algorithm.
> The HashAttribute Processor is hard-coded to use the MD5 algorithm, and also
> concatenates both the attribute name and value hash.
> The CryptographicHashAttribute Processor supports a configurable algorithm,
> but computes the hash based on the one attribute value per property
> configured.
> The UpdateAttribute Processor can be configured using Expression Language and
> the {{hash}} function to digest one or more attributes as necessary. The
> {{hash}} function supports all algorithms available through the
> {{MessageDigest}} interface, which should provide sufficient flexibility for
> various use cases.
> Both the {{HashAttribute}} and {{CryptographicHashAttribute}} Processors
> should be deprecated for removal.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)