From 99ab33b5a6b3c5f96e0375808c91dd1d4505f2e3 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 8 Sep 2014 23:46:38 -0700 Subject: [PATCH] Created Encryption (markdown) --- Encryption.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Encryption.md diff --git a/Encryption.md b/Encryption.md new file mode 100644 index 0000000..76630b0 --- /dev/null +++ b/Encryption.md @@ -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 \ No newline at end of file