galaxyproject / galaxy Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python37 lock fix #9642
Python37 lock fix #9642
Conversation
Co-Authored-By: Nicola Soranzo <nicola.soranzo@gmail.com>
|
That seems to fix the login issue for me. There's still: on 3.7.6 and 3.8.2, but I think that's uwsgi's fault. |
Co-Authored-By: Nicola Soranzo <nicola.soranzo@gmail.com>
|
@mvdbeek Nice, glad this fixes it. That other one is indeed a separate issue. |
|
While we are updating this, I see on https://docs.python.org/3/library/hashlib.html#hashlib.pbkdf2_hmac that: "The number of iterations should be chosen based on the hash algorithm and computing power. As of 2013, at least 100,000 iterations of SHA-256 are suggested." Should we increase |
|
@nsoranzo I noticed that, too. We can certainly bump the default for new hashes. |
Fixes #9641
One concern is that
pbkdf2_hmacwas added in python 2.7.8. I'm not that worried about it because that was available July 2, 2014, and we're not supporting 2.7 anymore anyway, but... It's worth thinking about.The text was updated successfully, but these errors were encountered: