File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1358,6 +1358,11 @@ the password is simply run through the ``sha1`` algorithm one time and without
1358
1358
any extra encoding. You can now calculate the hashed password either programmatically
1359
1359
(e.g. ``hash('sha1', 'ryanpass') ``) or via some online tool like `functions-online.com `_
1360
1360
1361
+ .. tip ::
1362
+
1363
+ Supported algorithms for this method depend on your PHP version.
1364
+ A full list is available calling the PHP function :phpfunction: `hash_algos `.
1365
+
1361
1366
If you're creating your users dynamically (and storing them in a database),
1362
1367
you can use even tougher hashing algorithms and then rely on an actual password
1363
1368
encoder object to help you encode passwords. For example, suppose your User
You can’t perform that action at this time.
0 commit comments