From 12faa7684318df3445af3487faca8cfc78282640 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 22 Sep 2014 23:04:34 -0700 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Encryption.md b/Encryption.md index 810f053..54a3961 100644 --- a/Encryption.md +++ b/Encryption.md @@ -2,6 +2,15 @@ Currently we support these encryption methods: - aes-256-cfb: Default and recommended. - aes-128-cfb - aes-192-cfb +- aes-128-ctr +- aes-192-ctr +- aes-256-ctr +- aes-128-cfb8 +- aes-192-cfb8 +- aes-256-cfb8 +- aes-128-cfb1 +- aes-192-cfb1 +- aes-256-cfb1 - bf-cfb - camellia-128-cfb - camellia-192-cfb