H
H
Holfamer2020-12-22 19:16:01
Django
Holfamer, 2020-12-22 19:16:01

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

1 answer(s)
S
Sanes, 2020-12-22
@Sanes

No difference. They are all relevant.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question