aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Chat.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-20 22:47:33 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-20 22:47:33 +0200
commitc4c47f777724937746c99c064e65f52723443e59 (patch)
treec12ed23f32e394af6aa419b5f7e77badf772d431 /Zotlabs/Module/Chat.php
parente55a1a6aa8fe55d20b588f0223a15018053bfd48 (diff)
downloadvolse-hubzilla-c4c47f777724937746c99c064e65f52723443e59.tar.gz
volse-hubzilla-c4c47f777724937746c99c064e65f52723443e59.tar.bz2
volse-hubzilla-c4c47f777724937746c99c064e65f52723443e59.zip
first cut on implementing additional encryption with the SJCL library. aes only and no backward compatibility.
Diffstat (limited to 'Zotlabs/Module/Chat.php')
-rw-r--r--Zotlabs/Module/Chat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Chat.php b/Zotlabs/Module/Chat.php
index 6a46cdace..66ba42d33 100644
--- a/Zotlabs/Module/Chat.php
+++ b/Zotlabs/Module/Chat.php
@@ -197,7 +197,7 @@ class Chat extends Controller {
$cipher = get_pconfig(local_channel(),'system','default_cipher');
if(! $cipher)
- $cipher = 'aes256';
+ $cipher = 'AES-256';
$o = replace_macros(get_markup_template('chat.tpl'),array(