Created Encryption (markdown)
parent
3b87f5b446
commit
99ab33b5a6
1 changed files with 18 additions and 0 deletions
18
Encryption.md
Normal file
18
Encryption.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
Currently we support these encryption methods:
|
||||
- aes-256-cfb: Default and recommended.
|
||||
- aes-128-cfb
|
||||
- aes-192-cfb
|
||||
- bf-cfb
|
||||
- camellia-128-cfb
|
||||
- camellia-192-cfb
|
||||
- camellia-256-cfb
|
||||
- cast5-cfb
|
||||
- des-cfb
|
||||
- idea-cfb
|
||||
- rc2-cfb
|
||||
- seed-cfb
|
||||
- salsa20-ctr
|
||||
|
||||
These methods are legacy and not safe. Do not use them.
|
||||
- rc4
|
||||
- table
|
Loading…
Add table
Add a link
Reference in a new issue