PBKDF2 encoder support #1

Closed
opened 2026-01-24 11:34:32 +01:00 by admin · 1 comment
Owner

Originally created by @panunu on GitHub (Jul 24, 2013).

Support for PBKDF2 encoder and the following configuration:

Acme\Your\Class\Name:
    algorithm:            pbkdf2
    hash_algorithm:       sha512
    encode_as_base64:     true
    iterations:           1000

http://symfony.com/doc/current/reference/configuration/security.html#reference-security-pbkdf2

Originally created by @panunu on GitHub (Jul 24, 2013). Support for PBKDF2 encoder and the following configuration: ``` Acme\Your\Class\Name: algorithm: pbkdf2 hash_algorithm: sha512 encode_as_base64: true iterations: 1000 ``` http://symfony.com/doc/current/reference/configuration/security.html#reference-security-pbkdf2
admin closed this issue 2026-01-24 11:34:32 +01:00
Author
Owner

@tamirvs commented on GitHub (Dec 10, 2013):

also support the BCryptPasswordEncoder

@tamirvs commented on GitHub (Dec 10, 2013): also support the [BCryptPasswordEncoder](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FriendsOfSymfony/FOSAdvancedEncoderBundle#1