-
While working on https://github.com/tbvdm/sigbak/issues/14#issue-2541099215 I tried to build on Windows using the MSYS2/MinGW64 GCC toolchain.
I am getting compilation errors of the form:
```
C…
-
Propose addition of new command:
## `decryptblob`
decryptblob blob ephemeralPubkey
Decrypts a hex-encoded blob using an ephemeral public key and the node private key.
To encrypt:
* …
-
### Version Information
- Visual Studio version (eg. 16.8 or 8.8): 16.11.3
- Xamarin.Android version (eg. 11.1): 11.4.0.5
- Using AndroidX or Support Libraries:
Xamarin.Android.Support.Design 2…
-
I can't find any description of the ECDSA key format used by the CLI.
It would be nice if there was a way to convert native keys to the format used by the CLI.
-
Parameters:
```
digest: MD2
password: {0x81} (1 bytes)
salt: {0x01} (1 bytes)
iterations: 1
keySize: 88
```
mbed TLS produces:
```
{0xde, 0x5a, 0xee, 0xcf, 0x1f, 0xbf, 0x8b, 0x7f, 0xc0…
-
Hi
On 608A, Iam calling atcab_kdf in this way
uint8_t data_input_16[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f };
uint8_t nonce[] = {…
-
FYI, there's an open PR to add a `stream` module to the RustCrypto `aead` crate which [`StreamingAead`](https://github.com/project-oak/tink-rust/blob/main/tink/src/streamingaead.rs) could potentially …
-
这个问题是昨天发现的,本来我只是想先给 [**Xray-core**](https://github.com/XTLS/Xray-core) 的 Shadowsocks 明文结构加个时间戳以彻底解决对服务端的重放问题。
顺便研究了一下 SS AEAD 的安全性,我脑洞比较大,考虑得比较多,比如是否可以造成 **对客户端的攻击**,简述如下:
1. **对于 TCP,Shadowsock…
-
```
Argon2
KATs
1: FAIL (0.10s)
tests/KAT_Argon2.hs:35:
expected: CryptoPassed "\193b\136\&2\DC4}\151 \197\189\FS\253a6pxr\…
-
I observed failing of `handshake` benchmark on `debian-x86`, `macos-x86_64` and `macos-m1` platforms when `thread count` argument is set to `500`. It seems it starts failing after some thread count th…