| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Security] changed default iterations of Pbkdf2PasswordEncoder to 1000 instead of 5000
[Security] Improved description of PBKDF2 encoder
[SecurityBundle] added PBKDF2 PasswordEncoder
updated CHANGELOG.md
[Security] Use the build-in hash_pbkdf2() when available
[SecurityBundle] added information about hash_algorithm for configuration
[Security] always check algorithm and fixed CS
|
| |
|
|
|
|
| |
https://bugs.php.net/bug.php?id=53727)
|
| |
|
|
|
|
| |
EncoderFactoryInterface::getEncoder()
|
|
This is the first step to make each Symfony Component and Bridge self-contained.
|