Quantcast
Channel: Active questions tagged symfony4 - Stack Overflow
Viewing all articles
Browse latest Browse all 3925

Can the 'auto' algorithm of the Symfony Security encoder change encoding method?

$
0
0

In Symfony 4.3, it is recommended to use the auto option for encoding algorithm:

# config/packages/security.yamlsecurity:# ...encoders:    # use your user class name here    App\Entity\User:        # Use native password encoder        # This value auto-selects the best possible hashing algorithm.        algorithm: auto

My question is in regards to the comment in the code above: can the algorithm change if the "best possible" algorithm changes? If so, how will this affect the currently existing stored passwords?


Viewing all articles
Browse latest Browse all 3925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>