#django #python #malayalamtutorial #password #sha256 #argon2 #djangopasswords #userauthentication
Install modules for Powerfull Password hashing -
pip install bcrypt
pip install django[argon2]
Include password hashers in settings.py file below -
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
"django.contrib.auth.hashers.Argon2PasswordHasher",
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
]
Join on my telegram channel:
https://t.me/MalluCoding
Plzz like, share, and subscribe.....:)