change initial shared key to "minisrv!"

This commit is contained in:
zefie
2025-07-24 12:24:04 -04:00
parent dfd5132e85
commit 5bbaa63e98
4 changed files with 6 additions and 12 deletions

View File

@@ -121,7 +121,7 @@
"password": "MySeqRetKey1" // change this in user_config.json
},
"keys": {
"initial_shared_key": "CC5rWmRUE0o=", // Used for the initial RC4 rolling key. Changing this is untested and unsupported.
"initial_shared_key": "bWluaXNydiE=", // Used for the initial RC4 rolling key. Changing this is untested and unsupported.
"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": {