rustdesk-server-pro
rustdesk-server-pro copied to clipboard
Ability to encrypt config files
Configs should be encrypted so no one can view configs without elevation. Maybe this can be done with a flag?
config files?
The toml file containing the servers addresses and keys
However, if you encrypt them, you can no longer distribute Rustdesk using PowerShell scripts. Many companies use PowerShell scripts to distribute the software.
You would then need a command to import the setting and the powershell script would still work fine!
Kind of like the password command.
Like I said the other way to do it is have a command which encrypts them would be another option
Ok, if scripts are still able to run or access is allowed, that's good.
Yeah scripts have to be able to run for deployments!