-
Some links:
- http://www.w3.org/TR/WebCryptoAPI/
- https://diafygi.github.io/webcrypto-examples/
and:
- https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto
- https://www.chromium.org/blink…
jedie updated
9 years ago
-
`.github/workflows/test.yml` contains:
```yaml
# TODO: Enable macos desktop when supported
#- run: flutter test integration_test/webcrypto_test.dart -d macos
# working-directory…
-
I am not able to use `RSASSA-PKCS1-v1_5` keys to sign data. I wrote up a simple test to demonstrate the issue:
https://github.com/kloepper/sign_test/blob/master/sign_test.js
The `signTest()` fun…
-
We should make the signature code asynchronous. That is, usable with async/await. To provide a real benefit, we should make sure it switches to using the `k6/experimental/webcrypto` module instead of …
-
I installed webcrypto with npm by but still have issue when I try new XmlDSigJs.SignedXml().Sign(...)
```
XmlError {
prefix: 'XMLJS',
code: 14,
name: 'XmlError',
message: 'XMLJS0014: Web…
-
It would be useful to have an examples frontpage on
node-webcrypto-ossl's REAMDE.md github frontpage, much like
https://github.com/diafygi/webcrypto-examples has. That way developers
can quickly see w…
-
It would be useful to have an examples frontpage on
node-webcrypto-p11's REAMDE.md github frontpage, much like
https://github.com/diafygi/webcrypto-examples has. That way developers
can quickly see wh…
-
I was trying to use `@trust/webcrypto` as a polyfill for [pki.js](https://github.com/PeculiarVentures/PKI.js) so that I could use it as a replacement to [node-webcrypto-ossl](https://github.com/Peculi…
-
Hi, I originally wrote pouchdb-auth and stumbled upon your fork. I like the idea of replacing the old crypto library with webcrypto APIs. When skimming the code I noticed your ``secureRandom`` impleme…
-
i have this issue while trying to use this:
SyntaxError: The requested module 'node:crypto' does not provide an export named 'webcrypto'
how i can solve this
im using windows 10 with windows subsys…