Hi. Django automatically hashes password when the backend set
password using `User.set_password` or `User.create_userr` method.
I think the best practice for password is to hash it instead of to encrypt
it. Django already done it.

On Sun, Jul 19, 2020 at 4:27 AM Ram Mullapudi <ram.mullap...@gmail.com>
wrote:

> Hi,
>
> We are using HTML forms in our DJango Web Application and user password is
> not auto encrypted in DJango. Do we need to write additional code to
> encrypt the password in Django backend?
>
> Best regards
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/46c902b1-007c-4899-8800-588826f82eb3o%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/46c902b1-007c-4899-8800-588826f82eb3o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Regards,

Aldian Fazrihady
http://aldianfazrihady.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7EoAbmy2WqJCy5hC5qN1PJF5fGEGH7-M-26VJW9RWw7mRUrA%40mail.gmail.com.

Reply via email to