-
In order to reduce the worker script bundle size, we should look into porting our Node crypto usage to WebCrypto. This is a low priority task.
-
### Description
With the inclusion of JS WebCrypto API, I believe it is necessary to support the exported raw format when client sends their own public EC keys to the server.
```js
const { p…
-
In order to use a [Google MLKit plugin](https://pub.dev/packages/learning_translate) in my Flutter App on iOS, I had to set `:linkage => :static` in my Podfile. After doing so, the [webcrypto plugin](…
-
Currently fails on React Native (since that environment has neither node's crypto nor the browser's `crypto.subtle.`.
Instead, convert to use `isomorphic-webcrypto` lib, which also has React Native…
-
Based on previous discussions and benchmarking, we plan to roll this out in two phases:
A note from me:
```
I believe the best path forward is:
Soon:
Decide on the algorithm (I think it's p…
-
i'm trying to run tests using jsdom and mocha but I got this error:
```
ReferenceError: crypto is not defined
```
Is crypto really defined in jsdom?
-
We should detect availability of webcrypto and show a nice message if it's not available. And not allow user to do anything else.
-
**Is your feature request related to a problem? Please describe.**
This library doesn't seem to work with React Native CLI projects
**Describe the solution you'd like**
Some sort of polyfill / ot…
-
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…
-
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/…