From 4f7eb48e975cb9186201993821f9055ee1551dbd Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 10 Oct 2014 21:31:04 -0700 Subject: [PATCH] Updated Encryption (markdown) --- Encryption.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Encryption.md b/Encryption.md index 54a3961..6dda213 100644 --- a/Encryption.md +++ b/Encryption.md @@ -2,6 +2,9 @@ Currently we support these encryption methods: - aes-256-cfb: Default and recommended. - aes-128-cfb - aes-192-cfb +- aes-256-ofb +- aes-128-ofb +- aes-192-ofb - aes-128-ctr - aes-192-ctr - aes-256-ctr