-
The payload verification is currently implemented using node's built-in `crypto` module:
https://github.com/copilot-extensions/preview-sdk.js/blob/06310d78c9b994ddbdec9f88f404d882b599d820/index.js#L17…
-
We've experimented with a number of JavaScript crypto libraries (sjcl, crypto-js, jsrsasign, etc) in this package for various purposes. The most important case is verifying signatures. In the meantime…
-
Implement the WebCrypto API so forge can act as a polyfill. This issue may be split up into separate parts to implement the API piecemeal. The WebCrypto API is finally being exposed in Chrome 37 so an…
-
Curious what the plans are with the webcrypto API given the proof needs more than simple scalar arithmetic to solve. Meaning you couldn't really construct a useful client without user-land JS to to im…
-
We should use `final class` for everything in the public API.
**Motiviation**:
* This package is **not** attempting to offer abstractions over cryptographic APIs.
* We don't want others to implem…
-
Much faster than JS library and supported well by Chrome.
However, AES-CFB is removed from W3C draft and not supported by Chrome :(
https://www.chromium.org/blink/webcrypto
https://dvcs.w3.org/hg/…
-
I'm writing an app on `next.js` which I plan to deploy to CloudFlare Pages + Workers. I know there's CloudFlare support, but when running the local development server of next.js, I get the following e…
-
Since DataStore [became multiplatform library](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.0) in 1.1.0, it would be great to have multiplatform solution for its encryption.
…
-
# What?
While do have support of `deriveBits` operation (for the ECDH algorithm).
However, the web platform test suite showed that the length argument could be a non-multiply of 8. In that case,…
-
https://w3c.github.io/webcrypto/#dfn-SubtleCrypto
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto?retiredLocale=sv-SE
```[tasklist]
### Related issues
- [ ] https://github.com/aw…