Giter Site home page Giter Site logo

Comments (9)

sorz avatar sorz commented on July 29, 2024 1

I don't think difference exists among different ciphers, in terms of "traffic characteristic".
AFAIK, they all keep generating (pseudo) random bits and then XOR with plaintext.

from shadowsocks-org.

librehat avatar librehat commented on July 29, 2024

Unnecessary overhead for the protocol without any obvious benefits. Again, the encrypted data in shadowsocks is not possible to decrypt without knowing the method and key.

If the key is compromised, this method doesn't really work since you have the method in datagram.

Plus not all shadowsocks ports are created equal (different support level for encryption methods)

from shadowsocks-org.

ayanamist avatar ayanamist commented on July 29, 2024

It emphasis on dataflow obfuscation in order to decrease the risk of being detected by dataflow analysis, but not on encryption itself.
By changing method for each connection, it will increase much more chance to survive. There are reports that the ip port used as ss will be slow down or blocked after some time usage.

from shadowsocks-org.

madeye avatar madeye commented on July 29, 2024

To me, it looks no helpful to obfuscate data in that "random" way. Instead, it will introduce great overhead on server side.

The state-of-the-art way of obfuscation is obfsproxy, which hides encrypted traffic in "normal" traffic, not "random" traffic. So, if you really want to obfuscate traffic of shadowsocks, obfsproxy is a better choice.

from shadowsocks-org.

ayanamist avatar ayanamist commented on July 29, 2024

I know you guys want to keep UNIX philosophy, but don't concern only on self-hosted. There is no selling ones which provides additional protect for shadowsocks like obfsproxy.

from shadowsocks-org.

madeye avatar madeye commented on July 29, 2024

I think it has nothing to do with UNIX philosophy.

As mentioned above, the major concern from us is that your proposed random approach may not help to obfuscate traffic but introduce large overhead. Actually, IV in shadowsocks protocol is just for randomizing keys. And it works quite well.

from shadowsocks-org.

ayanamist avatar ayanamist commented on July 29, 2024

No, neither IV nor OTA will remove or decrease the traffic characteristic of shadowsocks connection.

from shadowsocks-org.

Mygod avatar Mygod commented on July 29, 2024

Veto on this proposal. Actually why isn't this closed yet?

from shadowsocks-org.

madeye avatar madeye commented on July 29, 2024

Closed as we have #26 now.

from shadowsocks-org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.