added de and encryption of config files#672
Conversation
|
The encryption mechanism should be fully configurable, including the encryption key, which must not be hardcoded. To achieve this, it might be better to implement a new version of Note: The configuration directory is already adjustable, which aligns well with this approach. |
A System Varialbe is needed to activate it.
|
After discussing with @1nf0rmagician, we’ve identified two possible approaches to address the current issue. Option 1: Solve in ApplicationHandle password management directly in your application by:
Option 2: Simple change in ConfigManagerSince Runtime 3 is no longer supported, no new features should be implemented for it. In this case, the ConfigManager was not changed during last releases, so when a simple cherry-pick is possible in the supported versions, this should be fine. Extend the
|
The config files of the server system will be encrypted with an AES function.