summaryrefslogtreecommitdiffstats
path: root/Encoder
Commit message (Collapse)AuthorAgeFilesLines
* namespace changesJohannes M. Schmitt2011-01-266-353/+0
| | | | | | Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http
* normalized license messages in PHP filesDominique Bongiraud2011-01-186-16/+16
|
* added generic encoder factoryJohannes Schmitt2010-12-212-0/+107
|
* applies base64 encoding directly to the binary data instead of their ↵Johannes M. Schmitt2010-10-241-4/+4
| | | | hexadecimal representation
* [Security]Fixed markupDominique Bongiraud2010-10-241-2/+2
|
* [Security] changed encoders to use hash() function whenver possible and ↵Johannes Schmitt2010-10-221-5/+9
| | | | replaced sha1 with sha256 as default algorithm
* [Security] Use a negative length parameter to simplify the codeVictor Berchet2010-10-211-1/+1
|
* [Security] changed the way passwords are compared to avoid timing attacksFabien Potencier2010-10-213-3/+28
|
* [Security] Fixed coding standardPascal Borreli2010-10-192-7/+8
|
* [Security] Fixed typoPascal Borreli2010-10-191-1/+1
|
* added the Security Component and its integration into the MVC frameworkFabien Potencier2010-10-194-0/+216
Happy birthday symfony!