self::COST)); } public static function CheckPassword($sPass, $sHash) { return password_verify($sPass, $sHash); } } ?>