-
https://terrapin-attack.com/
I was reading Secure Secure Shell, and found this near the end:
> After some debate and going back and forth between including GCM or not, it’s now back again. The r…
-
Hi,
I wondered for a while why ChaCha20-Poly1305 was selected by GA4GH for data encryption and the closest I could find were notes on fixed blocksize giving possibility to jump into middle of a str…
-
I can't seem to find a simple ChaCha20 C implementation for RFC 7539. Most are 64bit nonce , the IETF version uses a 96 bit nonce.
Currently, encrypted payloads are Salsa20 + Poly1305.
-
我的clash模板相应片段
```
proxies: {{ getClashNodes(nodeList) | json }}
```
选择yaml,结果有异常。
```
proxies: {{ getClashNodes(nodeList) | yaml }}
```
默认生成clash配置文件的的代理格式化形式为
```
proxies: [{"type":…
-
Crypto 栏目期待 ZKP、chacha20、Homo 相关或更多的内容
n-WN updated
2 months ago
-
/kind bug
**1. What `kops` version are you running?**
```
kops version
Client version: 1.30.1
```
**2. What Kubernetes version are you running?**
```
kubectl version
Client Version: v1.31.1…
-
I encounter a very annoying issue.
Exact issue description:
https://github.com/custom-components/alexa_media_player/issues/1806
**Checklist**
- Have you pulled and found the error with `jc21/ngi…
-
### Brief description
When connecting to a TLS server using TLS1.3 that negotiates TLS_CHACHA20_POLY1305, using tlsSessions fails with `ValueError: not enough values to unpack (expected 3, got 2)`
…
-
Tinc's use of Chacha20-Poly1305 predates IETF standardization of this protocol. The version in RFC 7539 has a slightly different way of handling the initialization vector. This makes tinc's built-in i…
-
**Is your feature request related to a problem? Please describe.**
I would like to limit the TLS version and TLS cipher suites used by the kubelet when communicating with the control plane. Kubelet …