From e2e47404759e89cd7ebeed87199c30e9f50db01c Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sat, 8 Jul 2023 23:50:53 +0200 Subject: test --- run/config/NoChatReports/NCR-Encryption.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 run/config/NoChatReports/NCR-Encryption.json (limited to 'run/config/NoChatReports/NCR-Encryption.json') diff --git a/run/config/NoChatReports/NCR-Encryption.json b/run/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..295af76 --- /dev/null +++ b/run/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,28 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": true, + "showEncryptionIndicators": true, + "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", + "encryptionPassphrase": "", + "algorithmName": "AES/CFB8+Base64", + "encryptableCommands": [ + "msg:1", + "w:1", + "whisper:1", + "tell:1", + "r:0", + "dm:1", + "me:0", + "m:1", + "t:1", + "pm:1", + "emsg:1", + "epm:1", + "etell:1", + "ewhisper:1", + "message:1", + "reply:0" + ] +} \ No newline at end of file -- cgit