Added CTR mode to AES. Simplified cipher implementation API more.
[silc.git] / apps / irssi / silc.conf
index ba405d717cfc4ef0c8f1656911a2790119c2abf1..30cc7c5fe8f677bc1f04e2bd7ac9a157bd785c76 100644 (file)
@@ -208,7 +208,7 @@ statusbar = {
 #
 settings = {
   "server" = {
-    crypto_default_cipher = "aes-256-cbc";
+    crypto_default_cipher = "aes-256-ctr";
     crypto_default_hash = "sha1";
     crypto_default_hmac = "hmac-sha1-96";
   };