Add AES-128 encryption

This commit is contained in:
2020-05-27 14:43:16 +03:00
parent b6a8b5005c
commit ef03a7cc72
6 changed files with 106 additions and 19 deletions

View File

@@ -6,6 +6,9 @@ Redis:
Port: 6379
TimeOut: 40000
useSSL: true
#useful if SSL is disabled
EncryptMessages: false
EncryptionKey: "16CHARACTERS KEY"
Channels:
- "Channel1"