-
@mstenta noticed that the Docker `container_id-json.log` file shows all logs as being streamed to `"stream":"stderr"`. These should only be going to `stdout` except for true `gunicorn` errors.
Tryi…
-
Getting an error while calling from `hash_password` function from
`from zoom.auth import hash_password`
**Here is the complete error:**
File "/usr/lib/python2.7/dist-packages/zoom/auth/__init__.…
-
```
Certain parts of the password hash interface could have been named better.
encrypt()
---------
The name of the `.encrypt()` method has the implication that there might be a
`.decrypt()` that rec…
-
## Description:
It has come to my attention that `passlib` is no longer actively maintained, with the last release dating back to 2020. This raises concerns about potential CVE and long-term compat…
-
```
> What steps will reproduce the problem?
Per report on mailing list
(https://groups.google.com/forum/#!topic/passlib-users/hQtOKuiDl3Q) from Roland
van Laar, doing ``CryptContext(schemes=[u'pbk…
-
https://github.com/cibox/cibox/blob/1.0.9/core/cibox-env/defaults/main.yml#L21
Running `sh ./provision.sh` got stuck at this point. Ansible interprets `2.7.9` to be a different package, so I get the …
-
When running listmyservers.sh and showmykeys.sh, both scripts produce a 401 error (unauthorized).
I have successfully created host and secret.yml files after running create-password-hash.sh, using …
-
https://github.com/pyskell/LicenseServer/blob/9beb984c92f8c37a591c1c26a715eabff0a57374/auth.py#L48
I would not trust the randomness of this function. You should use this module instead: https://doc…
-
I meet an issue when `docker-compose up -d`
```
ImportError: cannot import name 'Celery' from 'celery' (/usr/local/lib/python3.7/site-packages/celery/__init__.py)
```
I fix it in this way.
…
-
### What version of Bun is running?
1.0.28
### What platform is your computer?
Darwin 23.3.0 arm64 arm
### What steps can reproduce the bug?
Bun.password.verify using bcrypt does not work well wi…