Shadowsocks Windows GUI in Rust language, with Stream Cipher support.
- Edit russ.json and fill your shadowsocks server IP, pass, method...etc.
- put
shadowsocks-gui-rust.exe
andruss.json
in the same place. - Stream Ciphers Enabled (by default)
-
plain
ornone
(No encryption, only used for debugging or with plugins that ensure transport security) -
table
-
aes-128-cfb
,aes-128-cfb1
,aes-128-cfb8
,aes-128-cfb128
-
aes-192-cfb
,aes-192-cfb1
,aes-192-cfb8
,aes-192-cfb128
-
aes-256-cfb
,aes-256-cfb1
,aes-256-cfb8
,aes-256-cfb128
-
aes-128-ctr
-
aes-192-ctr
-
aes-256-ctr
-
camellia-128-cfb
,camellia-128-cfb1
,camellia-128-cfb8
,camellia-128-cfb128
-
camellia-192-cfb
,camellia-192-cfb1
,camellia-192-cfb8
,camellia-192-cfb128
-
camellia-256-cfb
,camellia-256-cfb1
,camellia-256-cfb8
,camellia-256-cfb128
-
rc4-md5
-
chacha20-ietf
- shadowsocks-rust https://github.com/shadowsocks/shadowsocks-rust
- native-windows-gui https://github.com/gabdube/native-windows-gui