First time here? Check out the FAQ!
1

How are the Askbot passwords stored?
 

I'm interested in the security regarding the password storage.

Is it salted hash?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Toms's avatar
767
Toms
asked 11 years ago

Comments

see more comments

1 Answer

2

Yes, they are stored as salted hash, using django.contrib.auth module.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments