Roundup Tracker - Issues

Message7289

Author rouilj
Recipients rouilj
Date 2021-06-25.04:00:43
Message-id <1624593643.73.0.771192942706.issue2551145@roundup.psfhosted.org>
In-reply-to
Time marches on and pbkdf2 isn't as resilient against GPU processors.
Increasing the rounds will help but consider adding scrypt if the
module (https://pypi.org/project/scrypt/) is available.

At this time scrypt supports python 2.7 and 3.6+.

Consider argon2 as well https://pypi.org/project/argon2-cffi/. Simiar 
language support to scrypt.

ref:
https://medium.com/analytics-vidhya/password-hashing-pbkdf2-scrypt-
bcrypt-and-argon2-e25aaf41598e
https://stackoverflow.com/questions/4433216/password-hashing-pbkdf2-
using-sha512-x-1000-vs-bcrypt
History
Date User Action Args
2021-06-25 04:00:43rouiljsetrecipients: + rouilj
2021-06-25 04:00:43rouiljsetmessageid: <1624593643.73.0.771192942706.issue2551145@roundup.psfhosted.org>
2021-06-25 04:00:43rouiljlinkissue2551145 messages
2021-06-25 04:00:43rouiljcreate