make encryption even more informative

This commit is contained in:
Govindas 2021-02-12 13:03:29 +02:00
parent 0d2937e143
commit ce3bb77f57
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Redis:
#use 16 characters long key for AES-128 encryption
#32 characters long key for AES-256 encryption
#AES-128 is faster, but less secure (but it is not crackable by today's technology as of 2020, may be crackable by quantum computers)
#the AES implementation used in RediSkript uses SIV mode, which makes the same key resistant to cracking for a big count of messages without the need of changing the key very often
EncryptMessages: true
#EncryptionKey and MacKey must be different
EncryptionKey: "16CHARACTERS KEY"