-
### Telegram Application
Telegram for macOS
### Describe the Bug
`@telegram-apps/init-data-node/web` does not support non-Node.js environment as expected from the [documentation](https://docs.teleg…
-
After this tweet from @mjackson:
Somebody please stop me from building an actual fetch-based HTTP server for Node.js— MJ (@mjackson) September 9, 2024
I started thinking about what it woul…
-
Hi! I was reading the web crypto API spec and I found an unmatched implementation.
Under the `importKey()` method [spec](https://w3c.github.io/webcrypto/#SubtleCrypto-method-importKey):
Point 2.…
-
To avoid raw text being sent (for example, http instead of https, or don't trust storage on a server (but some how trust is being delivered...)). Ideally something symmetric.
- [x] Initial decrypt o…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
https://nodejs.org/api/webcrypto.html supports async hash functions. Meaning that if this libs implements an async function like:
```js
import hash from 'object-hash';
await hash({foo: 'bar'}) …
-
### What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
### What information was incorrect, unhelpful, or incomplete?
Crypto: randomUUID()…
-
Given that with the split of Ladybird out of the SerenityOS project, it is now permitted to use external libraries, should the self written crypto implementation we have in `LibCrypto` be replaced wit…
-
There has been discussions here and there, what to do with V3.5 section. Mostly I have opened the topic in
* #1917
Problem to solve: stateless tokens or "cryptographically secured tokens" as tho…
-
I'm trying to test code that does something like `crypto.subtle.digest('MD5', body)`. However, when I run the test, I get the error `ReferenceError: crypto is not defined`.
Do the mocks need to be …