Updated Encryption (markdown)
parent
2d77d2c32d
commit
6b506bfe5c
1 changed files with 4 additions and 1 deletions
|
@ -10,9 +10,12 @@ Currently we support these encryption methods:
|
||||||
- des-cfb
|
- des-cfb
|
||||||
- idea-cfb
|
- idea-cfb
|
||||||
- rc2-cfb
|
- rc2-cfb
|
||||||
|
- rc4-md5
|
||||||
- seed-cfb
|
- seed-cfb
|
||||||
- salsa20-ctr
|
- salsa20-ctr
|
||||||
|
|
||||||
|
`rc4-md5` is a safe, fast encryption that use different key per connection. It is recommended for OpenWRT routers.
|
||||||
|
|
||||||
These methods are legacy and not safe. Do not use them:
|
These methods are legacy and not safe. Do not use them:
|
||||||
- rc4
|
- rc4
|
||||||
- table
|
- table
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue