-
In theory, should it be possible to use [@trust/webcrypto](https://www.npmjs.com/package/@trust/webcrypto) with pkijs? If so, do you know if anyone has ever tried it and / or successfully gotten it to…
-
[https://github.com/mozilla-fxa/webcrypto-core](https://github.com/mozilla-fxa/webcrypto-core|smart-link) We should upgrade to the upstream version
┆Issue is synchronized with this [Jira Task](https:…
-
This package references a github repo instead of NPM. Look into why this is case. If the package was forked, try to understand the reason and figure out if we can safely upgrade to the current NPM pac…
-
When I run this simple code, it throws an error when running from miniflare. The same code works fine running from Cloudflare (or `wrangler dev` without the `--local` flag).
Code:
```js
export …
-
**Update from maintainer:** If you want to use iron-session in middlewares then follow this solution: https://github.com/vvo/iron-session/issues/419#issuecomment-983020558
---
Hey there! First o…
-
```
fxa/packages/fxa-content-server% npx depcheck
Unused dependencies
* @babel/core
* @babel/plugin-proposal-class-properties
* @babel/plugin-syntax-dynamic-import
* @babel/preset-env
* @babel/preset-…
-
[SubtleCrypto.importKey()](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey) `keyData` argument is an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer…
panva updated
2 years ago
-
Hi! We are interested about when or if you´re going to implement the Signature Data View (Xades, Pades & Cades) in the PDF viewer (PDF.js)
Kind Regards
Alejandro Pinedo,
SOA-X
soa-x updated
2 years ago
-
Ed25519 support in the PKI.js backend is tracked here: https://github.com/PeculiarVentures/webcrypto-liner/issues/57
Related: #29
-
Some applications like handling password will require hashing and encryption. These operations could be implemented in js/ts, but It really needs to be handled from a trusted environment to be secure.…