-
This package depends on passlib which is out of date (last updated in Oct 2020) and depends on crypt which is removed in Python 3.13. Suggest replacing with bcrypt.
-
**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: DeprecationWarnin…
-
https://github.com/time-link/timelink-py/blob/3b7742f027716c5b7f968065ecf21a8425e582cb/setup.py#L47
-
I just noticed we still have these in from the initial migration from PDB v1 to v2, I think it's safe to remote them and the (unmaintained) library they come from.
```
"hashers_passlib.md5_cry…
grizz updated
21 hours ago
-
We use passlib for storing passwords. This library however isn't maintained since long time. Passlib also depends on crypto which will get removed in python 3.13
We currently use pbkdf2 and argon…
-
### Summary
Using the `password_hash` filter with the `bcrypt` algorithm emits an AttributeError (but does not fail the run...).
```
(trapped) error reading bcrypt version
Traceback (most rece…
-
```
TASK: [debops.console | Enforce root password] ********************************
Failed to template {% if console_root_password is defined and console_root_password %} True {% else %} False {% en…
-
Python 3.13 [will release in September 2024](https://peps.python.org/pep-0719/). We added a passlib dependency to Python 3.13 recently in preparation for this release, per the [upstream Python recomme…
-
Add comparison to [passlib](https://github.com/hlandau/passlib)
At a quick glance
=============
Both packages support
------------------------
* Auto-updating KDFs
Passlib has
-----------…
-
C:\Users\zebra>wapiti -u http://target/
(trapped) error reading bcrypt version
Traceback (most recent call last):
File "C:\Users\zebra\AppData\Local\Programs\Python\Python311\Lib\site-packages\pa…