πŸ“Š PHP
Q. Which of the following functions is used to hash a string in PHP?
  • (A) md5()
  • (B) sha1()
  • (C) password_hash()
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Explanation: PHP provides md5(), sha1(), and password_hash() for hashing, but password_hash() is the most secure.

Explanation by: Rati Dubey
PHP provides md5(), sha1(), and password_hash() for hashing, but password_hash() is the most secure.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
37
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
98%
Success Rate