-
It seems like Argon2 has been the preferred KDF for several years now, but of course `pbkdf2_hmac` is built in to (core) hashlib, where AFAICT the available sources for Argon2 are [argon2-cffi](https:…
-
When I try to install the dependencies with:
``` bash
$ sudo pip install requests argparse requests-oauthlib passlib pycrypto setproctitle texttable pexpect
```
I receive a lot of:
```
ImportError:…
-
```
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…
-
https://github.com/hlandau/passlib
-
This had happen several time when i am using PDM .
Wasted 2 days trying to fix it. I am going to give up PDM soon at this rate.
Here are the depedencies
```
dependencies = [
"litestar[c…
-
```
SCrypt (http://www.tarsnap.com/scrypt.html) is a key derivation function
designed by Colin Percival; and is unique in that it is memory-hard as well as
time-hard.
There is currently no passwor…
-
### Describe the solution you'd like
I'm unsure if this is the case for all OS, but I've noticed that on Linux, user passwords are stored in plaintext in the config file. This makes me a bit uncomf…
-
```
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…