You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (Jira)" <ji...@apache.org> on 2020/02/10 23:20:00 UTC

[jira] [Created] (NIFI-7122) Refactor existing KDF implementations to use SecureHasher interface

Andy LoPresto created NIFI-7122:
-----------------------------------

             Summary: Refactor existing KDF implementations to use SecureHasher interface
                 Key: NIFI-7122
                 URL: https://issues.apache.org/jira/browse/NIFI-7122
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.11.1
            Reporter: Andy LoPresto


The existing KDF implementations ({{bcrypt}}, {{scrypt}}, and {{PBKDF2}}) in the {{*CipherProvider}} classes should be refactored to provide algorithm-specific  {{*SecureHasher}} implementations and then have the hashing logic delegated from the respective cipher provider objects to the hasher. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)