|
@ -48,13 +48,14 @@ Set the key directly. The key should be encoded with URL-safe Base64. |
|
|
-m <encrypt_method>:: |
|
|
-m <encrypt_method>:: |
|
|
Set the cipher. |
|
|
Set the cipher. |
|
|
+ |
|
|
+ |
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
|
|
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
+ |
|
|
+ |
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
|
|
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
+ |
|
|
+ |
|
|
If built with PolarSSL or custom OpenSSL libraries, some of |
|
|
If built with PolarSSL or custom OpenSSL libraries, some of |
|
|
these ciphers may not work. |
|
|
these ciphers may not work. |
|
|