You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by an...@apache.org on 2021/12/03 18:27:42 UTC

[nifi] branch main updated: NIFI-9409 Updated links for EVP BytesToKey and PBKDF2

This is an automated email from the ASF dual-hosted git repository.

andrewmlim pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 41ff6f0  NIFI-9409 Updated links for EVP BytesToKey and PBKDF2
41ff6f0 is described below

commit 41ff6f076b2e5346cf695ff2064e5dcfe249c124
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Nov 23 08:53:57 2021 -0600

    NIFI-9409 Updated links for EVP BytesToKey and PBKDF2
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index c749a0f..4cd4ea8 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -1614,8 +1614,8 @@ NOTE: The Bcrypt Radix64 encoding is *not* compatible with standard MIME Base64
 * link:http://security.stackexchange.com/a/6415/16485[Bcrypt vs PBKDF2^]
 * link:http://wildlyinaccurate.com/bcrypt-choosing-a-work-factor/[Choosing a work factor for Bcrypt^]
 * link:https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/crypto/bcrypt/BCrypt.html[Spring Security Bcrypt^]
-* link:https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html[OpenSSL EVP BytesToKey PKCS#1v1.5^]
-* link:https://wiki.openssl.org/index.php/Manual:PKCS5_PBKDF2_HMAC(3)[OpenSSL PBKDF2 KDF^]
+* link:https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html[OpenSSL EVP BytesToKey^]
+* link:https://en.wikipedia.org/wiki/PBKDF2[Wikipedia PBKDF2^]
 * link:http://security.stackexchange.com/a/29139/16485[OpenSSL KDF flaws description^]
 
 === Salt and IV Encoding