Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/201#discussion_r51914845
--- Diff:
nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/KeyDerivationFunction.java
---
@@ -25,8 +25,11 @@
public enum KeyDerivationFunction {
NIFI_LEGACY("NiFi legacy KDF", "MD5 @ 1000 iterations"),
- OPENSSL_EVP_BYTES_TO_KEY("OpenSSL EVP_BytesToKey", "Single iteration
MD5 compatible with PKCS#5 v1.5");
- // TODO: Implement bcrypt, scrypt, and PBKDF2
+ OPENSSL_EVP_BYTES_TO_KEY("OpenSSL EVP_BytesToKey", "Single iteration
MD5 compatible with PKCS#5 v1.5"),
+ BCRYPT("Bcrypt", "Bcrypt with configurable work factor: see
https://cwiki.apache.org/confluence/display/NIFI/Key+Derivation+Function+Explanations"),
--- End diff --
Working on that now. Converting various markup languages.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---