14, "salt" => $salt); // Store Hash if (password_verify($password, $hash)) { // Password Is Correct } else { // Password Is Not Correct } ?>