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
- Added apr1.py module from https://github.com/Tblue/pyapr1 to support
apr1 hash algorithm.
- Removed passlib dependency since it's been unmaintained for 5 years
and is causing compatibility issue with bcrypt module.
- Used standard library hashlib and crypt to support SHA and CRYPT hash.
0 commit comments