You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/03/13 16:33:00 UTC

[jira] [Commented] (NIFI-11161) Simplify Keyed Cipher Property Encryptor

    [ https://issues.apache.org/jira/browse/NIFI-11161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699730#comment-17699730 ] 

ASF subversion and git services commented on NIFI-11161:
--------------------------------------------------------

Commit 4d537951f50411f7311cd0d8dad354eb09b3a6a4 in nifi's branch refs/heads/support/nifi-1.x from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4d537951f5 ]

NIFI-11161 Simplified KeyedCipherPropertyEncryptor

- Replaced KeyedCipherProvider references with direct Cipher instantiation

This closes #6939
Signed-off-by: Paul Grey <gr...@apache.org>


> Simplify Keyed Cipher Property Encryptor
> ----------------------------------------
>
>                 Key: NIFI-11161
>                 URL: https://issues.apache.org/jira/browse/NIFI-11161
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Minor
>             Fix For: 2.0.0, 1.21.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The {{KeyedCipherPropertyEncryptor}} performs encryption and decryption of sensitive property values using a Secret Key and AES-GCM. The current implementation depends on the {{AESKeyedCipherProvider}} from {{{}nifi-security-utils{}}}. All instances of the Property Encryptor use the same AES-GCM Cipher Algorithm, so the arguments checks implemented in {{AESKeyedCipherProvider}} are not necessary for standard operation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)