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

[nifi] 09/22: NIFI-9409 Updated links for EVP BytesToKey and PBKDF2

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 244c5420f72c55fa5faf36a62a0dfc9da410f53e
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 5fc55a2..6de57a7 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -1610,8 +1610,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