From 5a169a1eec29d7b040b3f7f077c470f28775eded Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 12 Oct 2014 01:51:09 -0700 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Encryption.md b/Encryption.md index eebe0be..8935866 100644 --- a/Encryption.md +++ b/Encryption.md @@ -28,6 +28,16 @@ Supported Ciphers - seed-cfb - salsa20-ctr +Installing `M2Crypto` will make encryption a little faster. + +Debian: + + apt-get install python-m2crypto + +CentOS: + + yum install m2crypto + rc4-md5 ======= `rc4-md5` is a safe, fast encryption that use different key per connection. It is recommended for OpenWRT routers.