HirbodBehnam / Shadowsocks-Cloak-Installer

A one-key script to setup Cloak plugin with Shadowsocks on your server
GNU General Public License v3.0
408 stars 85 forks source link

Just a question. #48

Closed vahidx4r4x closed 1 year ago

vahidx4r4x commented 1 year ago

2rud

I would like to report someting. when I add a user in script, and choosing "make a .json config file" for it, script will fill the EncryptionMethod to aes-128-gcm or what ever I choose. but the QR code and ss:// url will fill the EncryptionMethod to plain. I understand that Shadowsocks is the app that should have the Encryption not the Cloak, but Is there any chanse that using cloak with cipher filled in EncryptionMethod other than plain cause the traffic to look like a suspicious traffic?

HirbodBehnam commented 1 year ago

Hello Yes. EncryptionMethod is defined by client and not the server! So you can simply change EncryptionMethod to aes or whatever you like. The reason that ss:// links are always plain is that shadowsocks does encrypt the traffic. But you are welcome to use other EncryptionMethods for shadowsocks!

vahidx4r4x commented 1 year ago

Thanks