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 60c4d98 commit f9d7c75Copy full SHA for f9d7c75
security.rst
@@ -124,8 +124,8 @@ command will pre-configure this for you:
124
encoders:
125
# use your user class name here
126
App\Entity\User:
127
- # bcrypt or argon21 are recommended
128
- # argon21 is more secure, but requires PHP 7.2 or the Sodium extension
+ # bcrypt or argon2i are recommended
+ # argon2i is more secure, but requires PHP 7.2 or the Sodium extension
129
algorithm: bcrypt
130
cost: 12
131
0 commit comments