Releases: symfony/password-hasher
Releases · symfony/password-hasher
Release list
v5.3.2
Changelog (v5.3.1...v5.3.2)
- bug #41678 Fix missing PasswordHasherAwareInterface allowed type (chalasr)
- bug #41572 Prevent PHP fatal error when using auto algorithm (matason)
v5.3.0
Changelog (v5.3.0-RC1...v5.3.0)
- no significant changes
v5.3.0-RC1
v5.3.0-BETA3
v5.3.0-BETA2
Changelog (v5.3.0-BETA1...v5.3.0-BETA2)
- bug #40920 accept hashing passwords with nul bytes or longer than 72 bytes when using bcrypt (nicolas-grekas)