Currently, all files created in the data folder are stored in plain text. It would be a great improvement if these files were saved in an encrypted format to reduce the risk of someone injecting malicious code into the server.
Even a basic encryption layer would help mitigate this issue. Additionally, it would be safer to use a neutral file extension (like .raw) to avoid accidentally storing executable scripts that could be run on the server.
Currently, all files created in the
datafolder are stored in plain text. It would be a great improvement if these files were saved in an encrypted format to reduce the risk of someone injecting malicious code into the server.Even a basic encryption layer would help mitigate this issue. Additionally, it would be safer to use a neutral file extension (like .raw) to avoid accidentally storing executable scripts that could be run on the server.