David Handermann created NIFI-11161:
---------------------------------------
Summary: 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
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)