gaycraft/config/NoChatReports/NCR-Encryption.json

29 lines
523 B
JSON
Raw Normal View History

2023-10-31 16:05:57 +01:00
{
"skipWarning": false,
"enableEncryption": false,
"encryptPublic": true,
2023-10-31 17:35:49 +01:00
"showEncryptionButton": false,
"showEncryptionIndicators": false,
2023-10-31 16:05:57 +01:00
"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"
]
2023-10-31 17:35:49 +01:00
}