-
In the same vein as #14467, PRFs (`HMAC-SHA1` for example) could be made directly fetchable. While it's tempting to see these as composite MACs, we conceptually implement PRFs as KDFs.
That would …
-
### What would you like to see added?
Better support for high entropy secrets
### Additional Context
Proper keys for symmetric cryptographic algorithms are produced by a cryptographically sec…
-
I've been having issues attempting to open one of our password protected databases. I've been reading through all the examples I can find but nothing seems to work.
I attempting to initialise the c…
ske66 updated
4 years ago
-
Right now when I try to open a database with the Argon2 KDF, I get "Could not open database" without any indication. The app should support the new algorithms that have been introduced by KeePass on d…
-
**Is your feature request related to a problem? Please describe.**
Currently, `transit` keys need to be rotated after 2³² uses, due to the algorithm employed (AES-GCM with a random nonce).
**Descr…
-
When I ran `python2 crack_enmicromsg_db_\(C_version\).py` it completed successfully and wrote the password to `pass.txt`. However, when I run `tools/decrypt_db_with_password.py` with this password and…
-
The wallet is encrypted by using the passphrase directly. That passphrase may not have a high enough entropy to secure the wallet. You should use more appropriate mechanism for that.
## Standard
…
-
It needs to be computed consistently by both sender and receiver.
If related protected header parameters are present, it must be computed and used.
If no relevant protected header parameters are p…
OR13 updated
8 months ago
-
I am testing out some Dart cryptography libraries for deriving Argon2id keys with large parameter values, such as the maximum allowed settings in the [Bitwarden](https://bitwarden.com/help/kdf-algorit…
-
`pbkdf2` is getting rather old. While it's still acceptable, society as a whole has put quite a lot of work into fast hardware for computing SHA-256 in the past decade. For this reason it is no longer…