Add support for encrypted Rclone config: https://rclone.org/docs/#configuration-encryption
On some OSs there isn't enough isolation between apps, meaning that other app running in the user context could potentially read Rclone config.
In order to protect credentials, we should encrypt Rclone config using a password. Password could be auto-generated and stored safely in the trusted module.