πŸ“Š PHP
Q. Which PHP function verifies a hashed password?
  • (A) hash_check()
  • (B) password_verify()
  • (C) verify_password()
  • (D) password_match()
πŸ’¬ Discuss
βœ… Correct Answer: (B) password_verify()

Explanation: password_verify() checks hashed passwords.

Explanation by: Mr. Dubey
password_verify() checks hashed passwords.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
21
Total Visits
πŸ“½οΈ
5 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate