Q. Which function is used to hash passwords in Django?
β
Correct Answer: (C)
make_password()
Explanation: `make_password()` is used to hash a plain text password in Django.