Our crypt documentation recommends using passlib instead of the removed crypt library.
It seems that passlib has been unsupported for at least five years. I'm not sure whether the project is officially deprecated, but this is at least concerning.
More importantly, passlib appears to rely on the now-removed crypt module: issue.
I propose removing the reference to passlib.
Linked PRs
Our
cryptdocumentation recommends using passlib instead of the removed crypt library.It seems that
passlibhas been unsupported for at least five years. I'm not sure whether the project is officially deprecated, but this is at least concerning.More importantly,
passlibappears to rely on the now-removed crypt module: issue.I propose removing the reference to
passlib.Linked PRs
passlib#139673passlib(GH-139673) #139867passlib(GH-139673) #139868