summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Encoder/BCryptPasswordEncoderTest.php
Commit message (Expand)AuthorAgeFilesLines
* compare version using PHP_VERSION_IDChristian Flothmann2014-11-171-1/+1
* Merge branch '2.2' into 2.3v2.3.6Fabien Potencier2013-10-101-0/+17
|\
| * [Security] limited the password length passed to encodersv2.2.9Fabien Potencier2013-10-101-0/+17
* | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th...Jakub Zalas2013-05-101-0/+11
* | Outsource all the BCrypt heavy lifting to a libraryElnur Abdurrakhimov2013-04-251-55/+5
* | [CS Fix] Consistent coding-style of concatenation operator usageDariusz Górecki2013-04-021-1/+1
|/
* [Security] fixed interface implementation (closes #6974)Fabien Potencier2013-02-051-6/+6
* Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+112