-
The node.js crypto (aka webcrypto) subtle generateKey method wraps keys in a standard API now.
One can just do if(key instanceof CryptoKey) and get the appropriate algorithm, settings and run an ex…
-
It would be interesting to evaluate usage of the WebCrypto API in order to speed up the computation.
Here is the possible cross compatible way of using the SHA implemented using web workers: https://…
-
The HTTP WG's [draft-ietf-httpbis-message-signatures-13](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures-13#appendix-B.1.2) is in final call. It is publishing the keys it …
-
It takes about a second to derive the next key from an ExtendedKey. Perhaps this library can make use of JSInterop for the Webcrypto APIs when the platform is 'browser'.
-
These 3 apis are what make this project possible. Bindings to some might already exist, link them if so.
- [x] WebRTC: The obvious one, @bsansouci started this already (for jsoo) [here](https://gi…
-
Create an initial implementation, using the provided reference implementations:
https://docs.rs/getrandom/latest/getrandom/
https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
h…
-
#### I'm opening this issue because:
- [x] npm is crashing.
- [?] npm is producing an incorrect install.
- [x] npm is doing something I don't understand.
#### What's going wrong?
npm …
-
WebCrypto requires implementations to be able to distinguish between the OIDs `rsaEncryption`, `sha1WithRSAEncryption`, `sha256WithRSAEncryption`, `sha384WithRSAEncryption`, `sha512WithRSAEncryption`,…
-
We have some [basic `crypto.subtle` support](https://github.com/webmixedreality/exokit/pull/803) already.
Per https://github.com/webmixedreality/exokit/pull/803#issuecomment-469406156, we might wan…
avaer updated
5 years ago
-
### Is your feature request related to a problem? Please describe
NJS API is able to generate keys, however it's impossible to generate SSL certificates.
### Describe the solution you'd like
…