Updated Encryption (markdown)
parent
d3c1b7fd47
commit
e2345454ba
1 changed files with 6 additions and 1 deletions
|
@ -54,7 +54,12 @@ salsa20 and chacha20
|
||||||
|
|
||||||
Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want to use them.
|
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
|
Deprecated Ciphers
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue