Closed ashokdelphia closed 4 years ago
I'll need to come up with a different way to handle this to support python 2.6 and 3.3
I doubt I'll ever find time to devote to making this work on really old versions of Python.
If you drop support for versions past their end-of-life, then this may be useful to bring back.
I'd like to use simple basic auth for a service, but without storing the plain-text password on the host.
This allows setting a PBKDF2-derived hash value in place of the password, with some optional configuration parameters to choose the algorithm, salt and number of rounds.
I believe this also avoids the variable-time password comparison described in #3 / #21, when configured to use a hashed password.