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.
2 parents 1f33137 + 6ddc1bf commit 062789bCopy full SHA for 062789b
reference/configuration/security.rst
@@ -303,6 +303,11 @@ for the hash algorithm.
303
Using the BCrypt Password Encoder
304
---------------------------------
305
306
+.. caution::
307
+
308
+ To use this encoder, you either need to use PHP Version 5.5 or install
309
+ the `ircmaxell/password-compat`_ library via Composer.
310
311
.. versionadded:: 2.2
312
The BCrypt password encoder was added in Symfony 2.2.
313
@@ -467,3 +472,4 @@ To use HTTP-Digest authentication you need to provide a realm and a key:
467
472
));
468
473
469
474
.. _`PBKDF2`: http://en.wikipedia.org/wiki/PBKDF2
475
+.. _`ircmaxell/password-compat`: https://packagist.org/packages/ircmaxell/password-compat
0 commit comments