We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded3815 commit ef4fa10Copy full SHA for ef4fa10
reference/configuration/security.rst
@@ -362,8 +362,8 @@ used back when they were hashed.
362
Using the Sodium Password Hasher
363
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364
365
-It uses the `Argon2 key derivation function`_. Argon2 support was introduced
366
-in PHP 7.2 by bundeling the `libsodium`_ extension.
+It uses the `Argon2 key derivation function`_, which PHP supports natively since
+PHP 7.2 version.
367
368
The hashed passwords are ``96`` characters long, but due to the hashing
369
requirements saved in the resulting hash this may change in the future, so make
0 commit comments