salmanulfarzy / learning_log

Personalized note taking
1 stars 0 forks source link

Argon2 password hasher #7

Open salmanulfarzy opened 7 years ago

salmanulfarzy commented 7 years ago

It's still premature to decide about the security concerns. While reading the Django authentication documentation details about the Argon2 password hasher was provided.

Argon2 is better password hasher for Django than the default PBKDF2 as of Django documentation.

While considering security, be sure to check about this.