summaryrefslogtreecommitdiffstats
path: root/Core/Encoder/BCryptPasswordEncoder.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.8' into 3.1v3.1.7Fabien Potencier2016-11-161-1/+1
|\
| * Merge branch '2.7' into 2.8v2.8.14Fabien Potencier2016-11-151-1/+1
| |\
| | * DX: replace @link with @see annotationv2.7.21Dariusz Ruminski2016-11-131-1/+1
* | | Merge branch '2.8' into 3.0Nicolas Grekas2015-12-221-0/+2
|\ \ \ | |/ /
| * | Merge branch '2.7' into 2.8Nicolas Grekas2015-12-221-0/+2
| |\ \ | | |/
| | * [Security] Verify if a password encoded with bcrypt is no longer than 72 char...Jakub Zalas2015-12-171-0/+2
* | | Merge branch '2.8'Nicolas Grekas2015-11-051-1/+1
|\ \ \ | |/ /
| * | [Security\Core] Deprecate passing $salt to BCryptPasswordEncoder::encodePassw...Nicolas Grekas2015-11-041-0/+2
| * | Rely on iconv and symfony/polyfill-*Nicolas Grekas2015-10-281-4/+0
| |/
* | [3.0] Removed some old hacksGraham Campbell2014-12-301-4/+0
|/
* [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-0/+1
* Docblock fixesGraham Campbell2014-11-301-2/+2
* fix some docblocksChristian Flothmann2014-08-021-0/+2
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
* Update BCryptPasswordEncoder.phpv2.3.11szymek2014-02-191-0/+1
* removed unneeded use statementsFabien Potencier2014-01-011-1/+0
* Merge branch '2.2' into 2.3v2.3.6Fabien Potencier2013-10-101-1/+6
|\
| * [Security] limited the password length passed to encodersv2.2.9Fabien Potencier2013-10-101-0/+9
* | Set cost type to integerv2.3.5datibbaw2013-09-271-1/+1
* | [Security] fixed usage of the salt for the bcrypt encoder (refs #8210)Fabien Potencier2013-06-131-1/+11
* | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th...Jakub Zalas2013-05-101-1/+11
* | [Security] added an exception when the BCrypt encoder cannot be used (refs #7...Fabien Potencier2013-04-261-0/+4
* | [Security] tweaked previous commitFabien Potencier2013-04-251-3/+1
* | Outsource all the BCrypt heavy lifting to a libraryElnur Abdurrakhimov2013-04-251-94/+7
|/
* [Security] fixed interface implementation (closes #6974)Fabien Potencier2013-02-051-2/+2
* fixed CSFabien Potencier2013-02-051-12/+14
* Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+146