-
The current implementation status of HKDF deriveBits operation in the 3 major browser shows a different behavior when passing zero in the 'length' argument:
| chrome | safari | firefox |
| -------…
-
I've noticed forge is missing a good chunk of TLS support by not having a DH implementation. I'd be willing to port in my Diffie-Hellman library (which hasn't seen much love for a while)! Thoughts?
I…
-
## Problem
I'd like to see if there is some guidance on developing Cloudflare workers locally either by:
- Using the Data Proxy and _not_ requiring the connection to a cloud DB and instead to a DB…
-
It looks like the current implementations in Chrome (95) and Safari (15) add 16 bytes of padding to already 16-byte aligned blocks prior to encryption (and expect the same when decrypting), and it app…
-
RN does not support `globalThis.crypto`. It's understandable, the module is huge.
There is no need in re-implementing the whole `crypto` module. Just one function: `crypto.getRandomValues`. The fun…
-
-
Filing here because we don't have anywhere better - but a recurring theme since publishing https://matrix.org/blog/2020/04/06/running-your-own-secure-communication-service-with-matrix-and-jitsi has be…
-
I don't understand how i can generate an enveloped-signature without the xades's reference and the element attached on the signature element.Ca you make me an example. Thanks.
-
Draft some solution proposals on how to ideally establish a reliable Ethereum Support in the Deno Context.
Related open issues:
1. https://github.com/trufflesuite/truffle/issues/3307
2. https:…
-
I'm looking for a key-wrapping algorithm for credentials which use a "holder-of-key"/"proof-of-possession" system for split credentials mediated by multiple parties (similar features are available in …