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

Explanation: password_hash is recommended for secure hashing.

Explanation by: Roshan
password_hash is recommended for secure hashing.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
6
Total Visits
πŸ“½οΈ
8 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
97%
Success Rate