-
Hi @lpil!
I want to contribute and add encryption support to the standard library. I am still new to gleam and would appreciate some guidance as it seems to be a pretty big undertaking. I will use …
-
This provider will use WebCrypto's `SubtleCrypto.sign` method to perform HMAC operations. It will need to handle incremental updating and input validation itself since the actual WebCrypto function wo…
-
[curves](https://github.com/paulmillr/noble-curves) recently got out. This could be an opportunity to:
1. Make API synchronous
2. Improve compatibility with environments where EC is not available …
-
JSON Web Encryption ([RFC7516](https://datatracker.ietf.org/doc/html/rfc7516)) specifies tokens encrypted with RSAES-PKCS1-v1_5 padding using `RSA1_5`.
Based on recent results in the [Marvin Attack…
-
The [getRandomValues](https://w3c.github.io/webcrypto/#Crypto-method-getRandomValues) method in the [Web Cryptography API](https://w3c.github.io/webcrypto/) does not specify whether a `SharedArrayBuff…
-
Hello,
I am using pki.js library with node-webcrypto-ossl in an electron app. While using node-webcrypto-ossl on windows for electron it produces various error and I was thinking of migrating to thi…
-
# Setup
Currently web-push does not work on Cloudflare Workers. These do not use Node, so certain libraries are not available. They do offer a new Node compatibility mode, but it does not resolve a…
-
There should be an ability to add client certificates to the new TLS connection. While this feature is implemented in web clients on the browser side (and not allowed from the code side), it's importa…
-
There's been a lot written about how browser crypto is flawed from its very foundations, but I think with some tricks we can fix it. Offline first is a good start, but I think for crypto it doesn't go…
ghost updated
9 years ago
-
#### I'm opening this issue because:
- [x] npm is crashing.
- [?] npm is producing an incorrect install.
- [x] npm is doing something I don't understand.
#### What's going wrong?
npm …