You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For years, the de-facto standard to hash passwords was passlib. Unfortunately, it has not been very active recently and its maintenance status is under question. Starting Python 3.13, passlib won't work anymore.
The library pwdlib looks like a good replacement candidate. However it's not clear if an existing user database could be migrated to use this library.
The text was updated successfully, but these errors were encountered:
For years, the de-facto standard to hash passwords was passlib. Unfortunately, it has not been very active recently and its maintenance status is under question. Starting Python 3.13, passlib won't work anymore.
The library pwdlib looks like a good replacement candidate. However it's not clear if an existing user database could be migrated to use this library.
The text was updated successfully, but these errors were encountered: