string encodePassword(string $raw, string $salt) Encodes the raw password.
bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against
class Pbkdf2PasswordEncoder extends
class BasePasswordEncoder implements
interface UserPasswordEncoderInterface UserPasswordEncoderInterface is the interface for the password
class MessageDigestPasswordEncoder extends
bool isPasswordValid(UserInterface
Page 2 of 3