-
Hi and thank you for this plugin.
There is a problem with using checkPairedDevicesBySuffix to check if card is already in the wallet, and it is because those 4 numbers are not guaranteed to be uniq…
-
```
> 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…
-
```
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…
-
```
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…
-
```
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…
-
We recently upgraded our server box and are attempting to switch over. Brand new server running:
Apache 2.4.41
Python 3.8 64bit
Windows Server 2016
Got the python prereqs installed and good t…
-
```
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…
-
```
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…
-
```
> 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…
-
### Steps to reproduce the issue
```console
$ spack spec -l libxcrypt
Input spec
--------------------------------
libxcrypt
Concretized
--------------------------------
6jqusu6 libxcrypt@4.…