From ce3bb77f57ed37276cd19782c80631b19cc14e23 Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 12 Feb 2021 13:03:29 +0200 Subject: [PATCH] make encryption even more informative --- src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 79a13a4..49cd3f5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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"