πŸ“Š Django
Q. Which function is used to hash passwords in Django?
  • (A) encrypt_password()
  • (B) hash_password()
  • (C) make_password()
  • (D) secure_password()
πŸ’¬ Discuss
βœ… Correct Answer: (C) make_password()

Explanation: `make_password()` is used to hash a plain text password in Django.

Explanation by: Mr. Dubey
`make_password()` is used to hash a plain text password in Django.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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