You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Emilio Setiadarma (Jira)" <ji...@apache.org> on 2022/04/25 18:32:00 UTC

[jira] [Created] (NIFI-9965) Refactor encryption and decryption of sensitive flow properties

Emilio Setiadarma created NIFI-9965:
---------------------------------------

             Summary: Refactor encryption and decryption of sensitive flow properties
                 Key: NIFI-9965
                 URL: https://issues.apache.org/jira/browse/NIFI-9965
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Security
            Reporter: Emilio Setiadarma
            Assignee: Emilio Setiadarma


Sensitive flow properties are typically encrypted in flow.xml.gz as `enc\{ciphertext}`. Decryption is also not standardized, but used in various components, `StandardFlowComparator` and `FlowFromDOMFactory` to name a few. This issue is an effort to standardize the way these values are encrypted and decrypted. This issue also aims to introduce an encryption format that more clearly identifies the underlying sensitive properties algorithm used.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)