summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Encoder/BCryptPasswordEncoderTest.php
Commit message (Expand)AuthorAgeFilesLines
* [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