//hash password $pass = password_hash($password, PASSWORD_DEFAULT); //verify password password_verify($password, $hashed_password); // returns true