A

Admin • 828.03K Points
Coach

Q. Which function is used to hash passwords in PHP?

  • (A) password_hash()
  • (B) md5()
  • (C) hash_pass()
  • (D) crypt()
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
password_hash() is the modern way to securely hash passwords in PHP.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.