-
Hey all!
We are currently using v2 and make use of the KeyRing.Decrypt function. This function has disappeared in v3, but it's not mentioned in the changelog.
I'm wondering if this was a mistake…
-
Hello, I'm trying to establish DNS over quic.
On my server I'm running Bind, and using bind as an upstream to the DNS proxy.
`./dnsproxy --quic-port=853 --tls-crt=myserver.crt --tls-key=myserver.…
-
Output of `node-red-dev validate`:
```
› Warning: D03 got is not at latest version, package.json specifies: ^12.0.2, latest is: 14.4.2
› Warning: D03 matrix-js-sdk is not at latest version,…
-
ideas for protocol dev and master's theses
-
### Description
`spl-token-2022` can't be built in a wasm32 environment in version 5 and 6.
Running this command:
```bash
cargo build --package spl-token-2022@6.0.0 --target wasm32-unknown-u…
-
To explain how it works: You need to get an access token that hasn't been used to create a crypto device.
-
Dear people,
I have a CAdES PKCS7 signed file and I need to extract its content.
The below command works very well on my sistem (Windows 10 with OpenSSL 3.3.2 3 Sep 2024 (Library: OpenSSL 3.3.2 …
-
### What version of Bun is running?
1.1.8+89d25807f
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
`test.js`:
```javascript
import crypto from…
-
There are some conditonals that filter out Rocky distributions. [Here](https://github.com/linux-system-roles/ad_integration/blob/main/tasks/main.yml#LL112C55-L112C55) and [here](https://github.com/lin…
-
Here's a simple example of this problem:
Let's say you're writing a password checker. Your algorithm looks like:
```zig
// vulnerable function
fn checkPass(hashed_password: []const u8, guessed…