Skip to content

Commit ef4fa10

Browse files
committed
-
1 parent ded3815 commit ef4fa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ used back when they were hashed.
362362
Using the Sodium Password Hasher
363363
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364364

365-
It uses the `Argon2 key derivation function`_. Argon2 support was introduced
366-
in PHP 7.2 by bundeling the `libsodium`_ extension.
365+
It uses the `Argon2 key derivation function`_, which PHP supports natively since
366+
PHP 7.2 version.
367367

368368
The hashed passwords are ``96`` characters long, but due to the hashing
369369
requirements saved in the resulting hash this may change in the future, so make

0 commit comments

Comments
 (0)