Symfony\Component\Security\Core\Encoder
Classes
| BCryptPasswordEncoder | |
| BasePasswordEncoder | BasePasswordEncoder is the base class for all password encoders. | 
| EncoderFactory | A generic encoder factory implementation | 
| MessageDigestPasswordEncoder | MessageDigestPasswordEncoder uses a message digest algorithm. | 
| Pbkdf2PasswordEncoder | Pbkdf2PasswordEncoder uses the PBKDF2 (Password-Based Key Derivation Function 2). | 
| PlaintextPasswordEncoder | PlaintextPasswordEncoder does not do any encoding. | 
Interfaces
| EncoderFactoryInterface | EncoderFactoryInterface to support different encoders for different accounts. | 
| PasswordEncoderInterface | PasswordEncoderInterface is the interface for all encoders. | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.2/Symfony/Component/Security/Core/Encoder.html