File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1148,6 +1148,12 @@ is defined by the ``target`` parameter above (e.g. the ``homepage``).
1148
1148
Dynamically Encoding a Password
1149
1149
-------------------------------
1150
1150
1151
+ .. note ::
1152
+
1153
+ For historical reasons, Symfony uses the term *"password encoding" * when it
1154
+ should really refer to *"password hashing" *. The "encoders" are in fact
1155
+ `cryptographic hash functions `_.
1156
+
1151
1157
If, for example, you're storing users in the database, you'll need to encode
1152
1158
the users' passwords before inserting them. No matter what algorithm you
1153
1159
configure for your user object, the hashed password can always be determined
@@ -1319,4 +1325,5 @@ Learn More from the Cookbook
1319
1325
1320
1326
.. _`online tool` : https://www.dailycred.com/blog/12/bcrypt-calculator
1321
1327
.. _`frameworkextrabundle documentation` : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
1328
+ .. _`cryptographic hash functions` : https://en.wikipedia.org/wiki/Cryptographic_hash_function
1322
1329
.. _`HWIOAuthBundle` : https://github.com/hwi/HWIOAuthBundle
You can’t perform that action at this time.
0 commit comments