From e2345454ba95b5b4d4ac9cb5a8119faf521cba09 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 10 Jan 2015 13:37:08 +0800 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Encryption.md b/Encryption.md index 99a8a9e..9f2e323 100644 --- a/Encryption.md +++ b/Encryption.md @@ -54,7 +54,12 @@ salsa20 and chacha20 Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want to use them. -You can use [this script](https://github.com/shadowsocks/shadowsocks/blob/master/tests/libsodium/install.sh) to install it. + apt-get install build-essential + wget https://github.com/jedisct1/libsodium/releases/download/1.0.1/libsodium-1.0.1.tar.gz + tar xf libsodium-1.0.1.tar.gz + cd libsodium-1.0.1 + ./configure && make -j2 && make install + ldconfig Deprecated Ciphers ==================