Rclone.conf obfuscate file

I have an idea encoding rclone.conf file. Do not know if rclone supports this problem? I find this file contains a lot of sensitive information how to encode it?

Are you trying to encrypt the rclone configuration file or encode a file that has information in it?

Rclone does both.

Which one are you trying to do?

This is the code of the rclone config file. I want to encrypt all its contents of file rclone.conf

[drive]
type = drive
client_id = 
client_secret = 
scope = drive
root_folder_id = 
service_account_file = 
token =

Run rclone config and hit Set password.

The rclone configuration will be encrypted from that point.