-
Placeholder for KeePass Database (KDBX) standard discussion. This post will be edited to include a list of features and upgrades we would like to bring to Dominik for consideration in the next KDBX fo…
-
### Expected Behavior
I'm used CocoaPod to install FMDB/SQLCipher for my IOS application.
After updated SQLCipher from 3.4.2 to 4.4.0, I using bellow code to upgrade old database.
```
#import
…
-
New algorithm: Ethereum Scrypt
Use: Currently in use by Ethereum wallets to secure the wallet encryption password.
The algorithm design is explained very well here: https://github.com/ethereum/w…
-
Hi Openssl Team,
I'm working on a dev team that's testing openssl 3.0 on our arm-linux embedded device.
We successfully cross compiled Openssl 3.0 Alpha 9 using the following commands:
```
D…
-
[RFC 7714 Sec 11.](https://tools.ietf.org/html/rfc7714#section-11) states that AEAD_AES_128_GCM must use the KDF as defined in [RFC 3711 Sec 4.3.1](https://tools.ietf.org/html/rfc3711#section-4.3.1).
…
-
`ECDiffieHellman` has a method `DeriveKeyFromHash` that returns:
> HASH(secretPrepend || sharedSecret || secretAppend)
There isn't an method to obtain the sharedSecret, for example to implement:…
-
A KDF that uses Pseudorandom Functions. Accepts the typical input `derivation key`, but also accepts a `Label` that identifies the purpose, and an optional `Context` that contains the information rela…
-
The KAS ECC KDF with no KC expects the .maclen to be a range but the specs say it is an integer. We currently specific the .maclen as: .maclen = 256, but the server returns
ACVPProxy (10:35:37) () …
-
I think the computation of [`max_length`](https://github.com/pyca/cryptography/blob/66460d8f62b3f27a009bb61be6ce7675c8451b6e/src/cryptography/hazmat/primitives/kdf/hkdf.py#L70) in `src/cryptography/ha…
-
## Summary
Currently you can only change advanced encryption settings during database creation.
I'm talking about encryption algorithm, kdf iterations, used memory, threads etc.
These settings shou…