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?
To enter a block of code:
Yes, they are stored as salted hash, using django.contrib.auth
module.
To enter a block of code:
To enter a block of code:
Comments