Add AES-128 encryption

This commit is contained in:
Govindass
2020-05-27 14:43:16 +03:00
parent 46978fc170
commit acdd2c2fdc
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"