diff --git a/reference/password/setup.xml b/reference/password/setup.xml index cc1e9929873d..a85ab12842a9 100644 --- a/reference/password/setup.xml +++ b/reference/password/setup.xml @@ -8,9 +8,10 @@ &reftitle.required; &no.requirement; - For Argon2 password hashing, libargon2 - is required, though. As of PHP 7.3.0, libargon2 version 20161029 or later is - required. + For Argon2 password hashing, either + libargon2 is required or, as of + PHP 8.4.0, OpenSSL version 3.2 or later. As of PHP 7.3.0, libargon2 version + 20161029 or later is required if libargon2 is used. @@ -18,9 +19,11 @@ &reftitle.install; &no.install; - To enable Argon2 password hashing, however, PHP must be built with libargon2 - support using the - configure option. + However, to enable Argon2 password hashing, PHP must be built either with + libargon2 support using the + configure option + or, starting from PHP 8.4.0, with OpenSSL using + . Prior to PHP 8.1.0, it was possible to specify the argon2 directory with