-
For reference: https://github.com/libp2p/js-libp2p-crypto/pull/29#issuecomment-259906824
-
I have a use case where it would be useful to be able to seed the Ed25519 Private Key and having WebCrypto calculate the Public Key. The use case is a recovery code, where the user will have a means t…
-
Web Crypto to eventPage.js
-
Enable support for the `deriveKey` method for key derivation algorithms, including ECDH, HKDF, and PBKDF2, over `derivedBits`. This approach allows for direct derivation of cryptographic keys from a b…
-
Introduce standalone JOSE support module with JWT/JWK/etc.
Support for JWK encoding/decoding can also be used afterwards in providers other than WebCrypto.
Full list of RFCs:
- JWS: https://datat…
-
I've tested @peculiar/webcrypto package 1.4.3 on node 21.1.0 and verified that's it's vulnerable to the [Marvin Attack](https://people.redhat.com/~hkario/marvin/).
The size of the side channel is v…
-
To use another plugin (google MLKit), I had to set `:linkage => :static` in the Podifle of my app. However, since I did this, I get the same error webcrypto throws if it's run in a script without havi…
-
When using webcrypto-liner with typescript >4.2.4 I get the same error as discussed in [this webcrypto-core issue](https://github.com/PeculiarVentures/webcrypto-core/issues/38).
Looking at the webc…
-
### Describe the bug
I followed the express.js tutorial and when I try to make a call to /logto/sign-in I get the following error
```
[1] const generateRandomString = (length = 64) => jsBase…
-
I'm using Web Cryptography API (with algorithm Ed25519) for the ability to run the same source code using `node`, `deno`, and `bun` and other JavaScript runtimes, including the browser.
I am not …