summaryrefslogtreecommitdiffstats
path: root/Core/Encoder/Pbkdf2PasswordEncoder.php
Commit message (Collapse)AuthorAgeFilesLines
* [3.0] Removed some old hacksGraham Campbell2014-12-301-25/+1
|
* Docblock fixesGraham Campbell2014-11-301-4/+4
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-3/+3
|
* Merge branch '2.2' into 2.3v2.3.6Fabien Potencier2013-10-101-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.2: bumped Symfony version to 2.2.10 updated VERSION for 2.2.9 update CONTRIBUTORS for 2.2.9 updated CHANGELOG for 2.2.9 [Security] limited the password length passed to encoders assets:install command should mirror .dotfiles (.htaccess) PoFileDumper - PO headers removed whitespaces Conflicts: src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php
| * [Security] limited the password length passed to encodersv2.2.9Fabien Potencier2013-10-101-1/+7
| |
* | [CS Fix] Consistent coding-style of concatenation operator usageDariusz Górecki2013-04-021-1/+1
|/
* [Security] Added Pbkdf2PasswordEncoderSebastiaan Stok2012-10-081-0/+97
[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