The PHP function ________ can be used to verify if a given password matches a hashed password.

  • password_verify()
  • hash_compare()
  • verify_password()
  • compare_passwords()
The password_verify() function is specifically designed for verifying a password against its hashed value, enhancing security in user authentication processes. This is a key concept in web security.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *