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 60c4d98 + f9d7c75 commit 5ab318cCopy full SHA for 5ab318c
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