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
This bundle uses sha256 as the default hashing algorithm for signed cookies:
sha256
NelmioSecurityBundle/src/DependencyInjection/Configuration.php
Line 255 in 93f8009
This might be no longer safe enough: https://en.wikipedia.org/wiki/SHA-2#Comparison_of_SHA_functions
Maybe we can move to sha3-256 or higher, which is also supported by PHP? https://www.php.net/manual/en/function.hash-algos.php
The text was updated successfully, but these errors were encountered:
legacy_hash_algo
hash_algo
No branches or pull requests
This bundle uses
sha256
as the default hashing algorithm for signed cookies:NelmioSecurityBundle/src/DependencyInjection/Configuration.php
Line 255 in 93f8009
This might be no longer safe enough: https://en.wikipedia.org/wiki/SHA-2#Comparison_of_SHA_functions
Maybe we can move to sha3-256 or higher, which is also supported by PHP? https://www.php.net/manual/en/function.hash-algos.php
The text was updated successfully, but these errors were encountered: