We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
passlib
Is your feature request related to a problem? Please describe.
Passlib has not been updated in 4 years. We get this deprecation warning.
passlib/utils/__init__.py:854: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 from crypt import crypt as _crypt
Describe the solution you'd like
passlib2
All of these have drawbacks, and I'm not at this time proposing we take any particular path. This issue is just to draw attention and document it.
Describe alternatives you've considered
return to monk and burn the puters
Additional context
This is my fault as I opened #275 and recommended passlib without realizing how unmaintained it was
The text was updated successfully, but these errors were encountered:
The argon2_cffi package should be used for argon2 use cases.
Meanwhile, both the cryptography package and the stdlib's hashlib contain scrypt references.
These seem to be the only use cases for passlib, making replacement straightforward.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Passlib has not been updated in 4 years. We get this deprecation warning.
Describe the solution you'd like
passlib
and do our own thingpasslib2
or similar and use thatpasslib
, republish for the good of the community, and maintain thatAll of these have drawbacks, and I'm not at this time proposing we take any particular path. This issue is just to draw attention and document it.
Describe alternatives you've considered
return to monk and burn the puters
Additional context
This is my fault as I opened #275 and recommended
passlib
without realizing how unmaintained it wasThe text was updated successfully, but these errors were encountered: