5 ms·
Bcrypt and PBKDF2 are not custom, they are part of the framework: http://symfony.com/doc/current/reference/configuration/security.html#reference-security-pbkdf
by terolacu 13y ago
Bcrypt and PBKDF2 are not custom, they are part of the framework:
http://symfony.com/doc/current/reference/configuration/security.html#reference-security-pbkdf2 http://symfony.com/doc/current/reference/configuration/secur...
- carbocation 13y agoThose were added in Symfony2.2; my last experience was with 2.1. Also, I understand that neither of those is default; one should be.