-
The current version only allows for simple password SHA-256 hashes. First add support for SHA-512 hashes.
Extend this to allow for salted password hashes implemented with PBKDF2 SHA-256 and SHA-51…
-
Currently passwap does not support Django pbkdf2 hashes.
Example: `pbkdf2_sha256$100000$eWZncb8EO0lM$HddIrL/Yuvg91JrroQWqLk4kIJRzD25olN2+0UM8MoQ=`
1. Issue: [zitadel/passwap](https://github.com…
-
Hello! Thanks for making this amazing library!
I was trying to understand how to implement encryption/decryption using a password. I'm trying to use PBKDF2 like this:
```kotlin
val salt = Crypt…
-
1. `KDF.KDF._bcrypt_hash` function The parameter 'invest=True' cannot be implemented, but 'invest=True' is ok
2. `KDF.PBKDF2` cannot be implemented
```python
import os
from Crypto.Hash import SH…
-
Implement [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) as cryptographic function
See: https://pkg.go.dev/golang.org/x/crypto/pbkdf2
-
**Describe the bug**
Grub2 hash length is not variable (-m 7200) only the default 64 bytes ara allowed.
PBKDF2 has à $dlLen$ parameter implemented in `grub-mkpasswd-pbkdf2`
* https://en.wikiped…
-
In place of PBKDF2 you might consider using e.g. Catena or Lyra2 in the next couple of years. Also some other of these meant for KDF could be used:
https://password-hashing.net/index.html
These are n…
-
The current way that the SHA256 hardware engine and the mbedtls implementation of `mbedtls_pkcs5_pbkdf2_hmac` interact with each other results in the situation where that function never releases the S…
-
### Product versie / Product version
2.6.15
### Customer reference
WDW 57
### Omschrijf het probleem / Describe the bug
Creeerzaak bericht met : `pbkdf2_sha256$xxx`
### Stappen om te…
-
In Mbed TLS 3.6 and in `development` at the time of writing, `PSA_ALG_PBKDF2_HMAC` is not in the default configuration, so we don't enable it in `depends.py` where we remove hashes. As a consequence, …