shadowsocks / shadowsocks-chromeapp

Chrome client for shadowsocks
696 stars 541 forks source link

Would you please implement salsa20 cipher? #29

Closed m13253 closed 7 years ago

m13253 commented 7 years ago

Most of my service providers switched to salsa20. I hope ss-chromeapp can support salsa20, so that I can continue to use it.

I found a pure JavaScript implementation of salsa20 here.

Will it be hard to integrate this cipher? I am willing to help.

nekolab commented 7 years ago

Hi, thanks for your remind and I don't think it would be hard to integrate, but as I noticed in https://github.com/shadowsocks/shadowsocks-chromeapp/issues/28, the chacha20/salsa20 ciphers were all deprecated, switch to other cipher should be a good idea.