shapeshifter-transports icon indicating copy to clipboard operation
shapeshifter-transports copied to clipboard

Shadowsocks example is unsafe

Open fortuna opened this issue 4 years ago • 0 comments

The Shadow documentation is using a stream cipher that should be banned. It's unsafe and easy to block.

Please update the example to use one of the AEAD Ciphers.

I would also recommend removing support for stream ciphers from your implementation. There's no reason for that and it only helps users shoot themselves in the foot.

fortuna avatar Apr 05 '21 15:04 fortuna