πŸ“Š PHP
Q. Which PHP function is used to hash passwords securely?
  • (A) md5()
  • (B) sha1()
  • (C) password_hash()
  • (D) crypt_old()
πŸ’¬ Discuss
βœ… Correct Answer: (C) password_hash()

Explanation: password_hash() is recommended for secure password hashing.

Explanation by: Admin
password_hash() is recommended for secure password hashing.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
89%
Success Rate