From 626ea611dc8eb1d71aa5bd9f27c8605bff088504 Mon Sep 17 00:00:00 2001 From: zefie Date: Thu, 24 Jul 2025 15:31:34 -0400 Subject: [PATCH] update comment --- zefie_wtvp_minisrv/includes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/config.json b/zefie_wtvp_minisrv/includes/config.json index 5e74bbbb..165760ab 100644 --- a/zefie_wtvp_minisrv/includes/config.json +++ b/zefie_wtvp_minisrv/includes/config.json @@ -121,7 +121,7 @@ "password": "MySeqRetKey1" // change this in user_config.json }, "keys": { - "initial_shared_key": "bWluaXNydiE=", // Used for the initial RC4 rolling key. Changing this is untested and unsupported. + "initial_shared_key": "bWluaXNydiE=", // Used for the initial RC4 rolling key. 8 bytes base64 encode. If you intend to link multiple minisrv's together, they must all share the same Initial Shared Key. "user_data_key": "PNa$WN7gz}!T=t6X7^=|Ii##CEB~p\\EP" // Currently used to cipher user passwords in configs. Changing this while there are registered accounts will make it impossible to decrypt existing account passwords }, "passwords": {