How are the Askbot passwords stored?
I'm interested in the security regarding the password storage.
Is it salted hash?
I'm interested in the security regarding the password storage.
Is it salted hash?
Yes, they are stored as salted hash, using django.contrib.auth
module.
To enter a block of code:
Comments