Updated Encryption (markdown)
parent
ecd2514848
commit
5a169a1eec
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue