davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] Strong password hashing algorithm should be used for password #19

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

The plaintext password hashing algorithm used for Symfony\Component\Security\Core\User\User is insecure and should not be used in production.


Posted from SensioLabsInsight