Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which function verifies a password against a stored hash?

  1. A password_verify()
  2. B hash_compare()
  3. C md5_check()
  4. D strcmp()
Answer

password_verify()

password_verify extracts the salt and cost from the stored hash and performs a timing-safe comparison.

All Php MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as