-
If one looks at the original paper, and how the `hash` function (`PRF` in our case) is used:
* `buf[0] = hash(cnt++, passwd, salt)`
* `buf[m] = hash(cnt++, buf[m-1])`
* `buf[m] = hash(cnt++, prev, …
-
Our current noise implementation is not compliant to the current standard.
IMO the only difference to a proper Noise_X_25519_AESGCM_SHA512 is the KDF which was changed from a homebrew version to the …
-
Hi
@idrassi, I researched the source code of VeraCrypt a bit, I suggest the following fixes and improvements:
1. when collecting entropy from mouse movements, you need to make the NEXT button in…
-
I hope we don't have to do unit testing LOL
Overall from our discussion, seems like you are able to get the implementation working. You are just working on cleaning things up.
**keycreationlib.p…
-
Follow-up after #16:
- So far, the shared secret uses "Comb-Concat" as described in https://tools.ietf.org/html/draft-ietf-tls-hybrid-design-01#appendix-B.4.1. The same is done in OSSL111. This is …
-
ref: https://openjdk.org/jeps/478
Summary
Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. This…
-
## PoC
```cpp
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main(void){
EVP_KDF_CTX* kctx = nullptr;
EVP_KDF *kdf = NULL;
…
-
Dear @gen-smtp team,
In first, I wish you a Happy New Year!
Can you add supports of:
- SCRAM-SHA-1
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512
- SCRAM-SHA-512-P…
-
https://github.com/sqlcipher/android-database-sqlcipher/releases/tag/v4.3.0
-
Hi all,
I'd like to propose the addition of a glossary for certain terms that may be misinterpreted or need additional explanations to be unambiguously interpreted by readers.
This would also requ…