-
```
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…
-
```
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…
-
Allow encryption, if [Passlib](https://passlib.readthedocs.io/en/stable/) is installed, to take place when storing the variable. Add the following options:
* `encryption` is one of the options fro…
-
```
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 "…
-
this is the bug scenario:
after the makemigrations and migrate we run:
# python manage.py createsuperuser
and get the following error:
2019-12-09 15:13:34,606 passlib.registry DEBUG re…
-
### Contact Details
jakubpkrajewski@gmail.com
### What happened?
The package hier-config==3.0.0 does not include the yaml module as part of its dependencies. Therefore, the responsibility for insta…
-
```
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 "…
-
BCrypt only hashes the first 72 Bytes of a password, with UTF-8 this makes up to 72 characters, only. That's why BCrypt-SHA256 was created:
https://passlib.readthedocs.io/en/stable/lib/passlib.hash…
-
```
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…
-
Feature request. Add support for this format. It is used by some web frameworks, like CTFd. Python code for the format:
```python3
>>> from passlib.hash import bcrypt_sha256
>>> bcrypt_sha256.has…