django-stars / backend-skeleton

108 stars 41 forks source link

Change default password hashing algorithm to Argon2id from standard PBKDF2 #75

Open wiwimacher opened 1 year ago

wiwimacher commented 1 year ago

Simply argon2 is the cost-efficient and more secure algorithm. This will help us improve security of users and will cut our dependence with newer Django version when complexity of PBKDF2 algorithm is always rising to keep up with computation capabilities of modern computers