forked from shadowsocks/shadowsocks
-
Notifications
You must be signed in to change notification settings - Fork 22
Encryption
clowwindy edited this page Dec 10, 2014
·
20 revisions
- aes-256-cfb: Default
- aes-128-cfb
- aes-192-cfb
- aes-256-ofb
- aes-128-ofb
- aes-192-ofb
- aes-128-ctr
- aes-192-ctr
- aes-256-ctr
- aes-128-cfb8
- aes-192-cfb8
- aes-256-cfb8
- aes-128-cfb1
- aes-192-cfb1
- aes-256-cfb1
- bf-cfb
- camellia-128-cfb
- camellia-192-cfb
- camellia-256-cfb
- cast5-cfb
- des-cfb
- idea-cfb
- rc2-cfb
- rc4-md5
- seed-cfb
- salsa20
- chacha20
Installing M2Crypto
will make encryption a little faster.
Debian:
apt-get install python-m2crypto
CentOS:
yum install m2crypto
rc4-md5
is a safe, fast encryption that use different key per connection. It is recommended for OpenWRT routers.
Salsa20 and chacha20 are fast stream ciphers. Optimized salsa20 implementation on x86_64 is even 2x faster than RC4 (but slower on ARM).
Install libsodium >= 1.0.0 if you want to use them.
You can use this script to install it.
These ciphers are legacy and not safe. Do not use them:
- rc4
- table