-
```
Not sure if the idea is in-scope for passlib, just wanted to keep the idea here:
What features would the enhancement add?
2factor auth (like google authenticator uses, is standardized by rfc)
f…
-
There are currently 27 warnings when running pytest.
These need to be investigated and, ideally, removed.
```
../../Library/Caches/pypoetry/virtualenvs/swole-v2-XOUsbHQA-py3.12/lib/python3.12/s…
-
During some operations with users (creation?) api emit some strange messages:
(trapped) error reading bcrypt version
Traceback (most recent call last):
File "/home/kernelci/.local/lib/python3.1…
-
```
The cmdline-dev branch (
https://code.google.com/p/passlib/source/list?name=cmdline-dev ) contains a
work-in-progress command line tool for manipulating password hashes.
It can be invoked via "…
-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Planned changes
Upgrade osparc-simcore repo to python 3.12
- [ ] Read and update [docs/steps-to-upgra…
-
```
many of the hashes in passlib rely on stdlib's base64.b64decode() to perform
validation of base64 sequences. but b64decode() is way more tolerant than I'd
like for a password hash parser - it ch…
-
```
Not sure if the idea is in-scope for passlib, just wanted to keep the idea here:
What features would the enhancement add?
2factor auth (like google authenticator uses, is standardized by rfc)
f…
-
On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases.
gh release can contain additional comments (li changelog) or additional as…
-
```
These is a problem in passlib/ext/django/utils.py L189:
Importing _ and SortedDict from django.contrib.auth.hashers is not a good idea
as it is implementation specific and breaks with Django 1.7…