Andy Wang

Results 108 comments of Andy Wang

Thanks for the reply. I agree that, with the entropy injected by random salts and IVs, the payload should appear statistically random for most modern crypto schemes (https://moderncrypto.org/mail-archive/noise/2018/001458.html). However, if...

By multiplying I assume you meant shift right? `Shr` in MIR is [documented](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/syntax/enum.BinOp.html#variant.Shr) with "The offset is truncated to the size of the first operand and made unsigned before shifting."...

> Only one CPU is used, and this goes on indefinitely. This is likely because of libc's `sched_getaffinity` returning the wrong result when called from node subprocesses: https://github.com/docker/for-mac/issues/7184

So long as both servers are kept secure, this is fine

Ah sorry I misunderstood what you meant. You need to specify which server Cloak client connects to and there can only be one at a time. One Cloak client cannot...

I think I managed to get a reliable reproduction of this issue locally by creating artificial latency with https://github.com/Shopify/toxiproxy and making 10 parallel connections

For those who are interested, this is the bug: Cloak has a concept of Streams. Each stream represents a TCP connection between the proxied application client and server (there is...

Reopened. I can still reproduce this issue locally if I fully load a large number of streams down a small number of TLS connections. I suspect there's something to do...

Browser fingerprints are updated in the latest release https://github.com/cbeuw/Cloak/releases/tag/v2.8.0. I'll update the fingerprints a lot more frequently in the future as I've migrated to use utls for producing ClientHello fingerprints