Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[4.3] make:user should suggest "auto" instead of Argon2i/BCrypt #386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolas-grekas opened this issue May 6, 2019 · 0 comments · Fixed by #398
Closed

[4.3] make:user should suggest "auto" instead of Argon2i/BCrypt #386

nicolas-grekas opened this issue May 6, 2019 · 0 comments · Fixed by #398

Comments

@nicolas-grekas
Copy link
Member

nicolas-grekas commented May 6, 2019

See symfony/symfony#31140 - the make:user command will likely need to use a new password hash algorithm.
Related to symfony/recipes#576 et al.

@nicolas-grekas nicolas-grekas changed the title make:user should suggest "auto" instead of Argon2i/BCrypt [4.3] make:user should suggest "auto" instead of Argon2i/BCrypt May 7, 2019
weaverryan added a commit that referenced this issue Jun 14, 2019
…kas, weaverryan)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Deprecate Argon2i encoder used in make:user

`auto` is the only future-proof option, no need to allow ppl to choose.

Fixes #386

Commits
-------

89e7f59 updating security tests for bcrypt vs auto setting
dee904b Deprecate Argon2i encoder used in make:user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant