Oct 29, 2017
Install libsodium on CentOS 7
CHACHA20 is a cipher based on Salsa20, a famous stream cipher. It is included in the libsodium.
Install dependencies
yum install m2crypto gcc -y
Download and Install libsodium
1 | wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz |
Add the file path to environment variable
1 | echo "/usr/local/lib" >> /etc/ld.so.conf |
Credit
D0zingcat