-
`@octokit/webhooks` can already be used in browser's today, but the build size is huge, because [Node's `crypto` API](https://nodejs.org/api/crypto.html) needs to be polyfilled. We need to create a un…
-
Not a huge deal, but providing an HMAC key length is supposed to be optional. The API relies on the hash algorithm provided to determine the length of the key, but the length can be overridden. See ex…
-
This issue is for capturing part of the inefficient crypto operation problems that cannot be solved
by [#691 - Use WebCrypto APIs for AES & SHA operations](https://github.com/blockstack/blockstack.j…
-
Prerequisite of #20
-
This would make it possible to include them in sourcemaps from bundlers and fix this:
```
⚠️ Could not load source file "../../../../src/common/lib/error.ts" in source map of "../../arweb/node_mo…
-
# Agents
> "Microservices on the frontend"
An agent is a **sandboxed** and **autonomous** **JavaScript** execution environment that **runs in the background** and interacts seamlessly with Jason…
-
Hi,
I am wondering if it would be possible to polyfill ClearKey support for Safari and Edge/IE? (as their EME implementations do not seem to support that.)
It works fine in Chrome and Firefox, but …
-
I was curious if there has been any thought about a Cryptography module, or if this is a good place to start a conversation. As JF Bastien [points out](https://stackoverflow.com/questions/48891593/web…
-
Dart should have a built-in package providing cryptographic algorithms.
This could be modeled after the [golang "crypto" package](https://golang.org/pkg/crypto/), [node.js crypto module](https://node…
-
This issue was originally reported by @asanso.
The AesGcmParams dictionary allows to set an IV. It's well known that IV re-use is bad in AES-GCM. For example, it allows to recover a key that is mar…