Answer the question
In order to leave comments, you need to log in
Which password hashing algorithm to choose for django?
I see there are several in the documentation:
- PBKDF2 - default and old
- BCrypt - a popular password storage algorithm
- Argon2 - the winner of the 2015 password hashing contest
Is there an algorithm how to choose one of them? In what situation is each of them better? Argon2 is the best choice for every situation?
I'm not too strong in this area, I need help choosing.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question