Encrypting Rclone Config

I have been looking into protecting my rclone.config. As we know you generally get data in there such as:
Client id
client secret
access token

Now if someone is on my box they could have access to this information. I just wanted to know how you guys can prevent this information from being human readable basically. I have an idea to use something like string-encrypt.

Just would like to know if I'm barking up the wrong tree or how do you protect your Rclone configs.

Thanks in advance.

hello and welcome to the forum,

you can encypt the rclone.conf file as documented at configuration-encryption