alopresto commented on a change in pull request #4151: NIFI-7268 Removed
org.mindrot.jBcrypt library and replaced with at.fa…
URL: https://github.com/apache/nifi/pull/4151#discussion_r394075738
##########
File path:
nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/crypto/BcryptCipherProvider.java
##########
@@ -160,9 +162,54 @@ private String formatSaltForBcrypt(byte[] salt) {
}
}
+ /**
+ * Returns the full salt in aa {@code byte[]} for this cipher provider
(i.e. {@code $2a$10$abcdef...} format).
Review comment:
Typo in Javadoc here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services