-
### Reasoning
Below is the profile for single-threaded synchronization of the user on the production environment.
![Image](https://user-images.githubusercontent.com/17165678/235099020-867d8ace-3a57-4…
AllFi updated
11 months ago
-
**Description**
Compiling error: `error: the option 'check-cfg' is only accepted on the nightly compiler`
**Steps to reproduce**
```sh
$ cargo build --release
...
error: the option `check-cfg`…
yonas updated
1 month ago
-
Support TLS to allow users to make HTTPS requests.
-
5aea33b5f8ace2934d67a3f175c2c90229fdb9ec attempts to fix #56, but it is not a valid fix. It seems that I cannot reopen that issue, so I'm opening a new issue.
RFC5869 does not limit length of IKM. …
-
The following APIs accept a `CryptoKey` instance and process the operation despite the restrictions put forth on the `CryptoKey` instance (e.g. algorithm, usages, extractable)
- KeyObject.from (ign…
panva updated
1 month ago
-
The sjcl.misc.hkdf is not a function, what should i do?
thanks for first
-
The new NextAuth v5 is building on top of AuthJS
https://authjs.dev/getting-started/migrating-to-v5
Since AuthJS isn't supported by bun, that's a problem
### Blockers are:
**TextDecoderStr…
-
Consider generating a random salt every time you encrypt data.
That way, you can use HKDF to derive a new cipherkey, mackey and iv from the master key. Then, just pass the salt with the ciphertext i…
-
[X9.63](https://github.com/PeculiarVentures/PKI.js/blob/b165c188537274d9dc108df0a0b69cc13e0795eb/src/common.js#L460-L467) is the only KDF supported by EnvelopedData, but I have to use [HKDF](https://e…
-
Trying to build a method in objc to do HKDF:
```c
@import OpenSSL;
BOOL hkdf(unsigned char* input,
int inputLen,
char* salt,
int saltLen,
char* label…