From ae2c19a5a76d96e4a0f9c4fdc144b24afdeb1700 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 16 Dec 2014 08:10:50 -0800 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Encryption.md b/Encryption.md index cbc45da..f1bf431 100644 --- a/Encryption.md +++ b/Encryption.md @@ -1,6 +1,13 @@ Supported Ciphers ================= + | Python | libev | Go | node.js +------------------ | --------- | ----------- | ----------| --------- +OpenSSL (AES, etc) | Y | Y | Y | Y +RC4-MD5 | Y | Y | Y | Y +Salsa20, Chacha20 | Y | Y | N | N +table | Y | Y | Y | Y + - aes-256-cfb: Default - aes-128-cfb - aes-192-cfb @@ -57,5 +64,3 @@ These legacy ciphers are either slow or not safe. Do not use them: - des-cfb - table - salsa20-ctr - -Notice: not all Shadowsocks versions support every ciphers. \ No newline at end of file