summaryrefslogtreecommitdiffstats
path: root/Encoder/MessageDigestPasswordEncoder.php
Commit message (Expand)AuthorAgeFilesLines
* namespace changesJohannes M. Schmitt2011-01-261-65/+0
* normalized license messages in PHP filesDominique Bongiraud2011-01-181-2/+2
* applies base64 encoding directly to the binary data instead of their hexadeci...Johannes M. Schmitt2010-10-241-4/+4
* [Security] changed encoders to use hash() function whenver possible and repla...Johannes Schmitt2010-10-221-5/+9
* [Security] changed the way passwords are compared to avoid timing attacksFabien Potencier2010-10-211-1/+1
* added the Security Component and its integration into the MVC frameworkFabien Potencier2010-10-191-0/+61