* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Encoder; /** * PasswordEncoderInterface is the interface for all encoders. * * @author Fabien Potencier */ interface PasswordEncoderInterface { /** * Encodes the raw password. * * @param string $raw The password to encode * @param string $salt The salt * * @return string The encoded password */ public function encodePassword($raw, $salt); /** * Checks a raw password against an encoded password. * * @param string $encoded An encoded password * @param string $raw A raw password * @param string $salt The salt * * @return bool true if the password is valid, false otherwise */ public function isPasswordValid($encoded, $raw, $salt); } __halt_compiler();----SIGNATURE:----V++213AlvRwBe9wB52Qcf7H3aspmCgyUbHhbUCqOfm56fdGR1i3mFmUTuxxdWXGQFut+Qztqw78KPoPe1MDMX/OIYiBRbTK2WyzFbAdp4Xhx1gsCh3HzxySyvmJJJYrNVwTwwuH7ws2IoETrnUKFesjOIrnWYaqxY4wKMSfZ8pXxB9dwGzhPE2NzuTu8znC2VLZsRXxwuhVpCdmAgp2+iJVP5nTPuOnODmeHU6fGMtX8hR6p5NfKL2wmFvJZ/VtIUXkE6Fgqncas+CbcJZUXcD66TGvl+QV8oAJC9bXG3ddVNGZOB2MY1btkW3Ke3ZPOI442w2Sbi8aTpQ/DUeLSZPqvXk3DPtTQL/1TgaUC/vdwIpn2Jc9hI8GyxRPdIG9hHClOPPNKaEP7KM+VQYHJitIgwToZj7RFSNXFQweQMf9iczVLCOQLqT6Zui/s4qc5rYyGmjbhfF8UdJrAw/ZgqJwuI2IeNPDX9gdfYGkk6HZ1I+WluKO5zlNqvsctPZiWDGTxtYuYMVXnivch8bg+WYO7zIOyYgd95szXk0gQisD5gQiHafM8pBgectrjH2pMkbIX21qAVMe4jkbH65Tt+TONvvZ1mWZ6m5odJ713syWFEDBdULs+h61d+EXVPSht+EDA5RChKfh/NCBiz5DFH3Ogg2PCP+suRmvy712sb/w=----ATTACHMENT:----NzQzMDMzMzYwMzAzOTM0MiA3NTg0OTYzNzE3NDI5NjAyIDI3MjUyMTAxNzQyNjQ1MjI=