Open brassy-endomorph opened 2 months ago
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.
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 https://github.com/scidsg/hushline/issues/275 and recommended
passlib
without realizing how unmaintained it was