Created Encryption (markdown)

clowwindy 2014-09-08 23:46:38 -07:00
parent 3b87f5b446
commit 99ab33b5a6

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