We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @djoos,
I would make a PR but before, I'd like to have your opinion.
What are you thinking to update the source code and documentation from sha1 encoder to sha512 ? With a default iteration to 5000.
sha1
sha512
This configuration is the default one of Symfony, see here. This allow to get a basic configuration enough for non critical applications.
The text was updated successfully, but these errors were encountered:
Hi @Th3Mouk,
thanks for reaching out: yes, that definitely makes sense!
Kind regards, David
Sorry, something went wrong.
No branches or pull requests
Hello @djoos,
I would make a PR but before, I'd like to have your opinion.
What are you thinking to update the source code and documentation from
sha1
encoder tosha512
? With a default iteration to 5000.This configuration is the default one of Symfony, see here. This allow to get a basic configuration enough for non critical applications.
The text was updated successfully, but these errors were encountered: