Librclone RPC encryption configuration

What is the problem you are having with rclone?

How could I use the RPC calls from librclone with a encrypted configuration ?

Is there a call to specify the configuration password within a RPC call ?

I saw the options

AskPassword                bool              `config:"ask_password"`
PasswordCommand            SpaceSepList      `config:"password_command"`

But are not very useful/usable

Related to Librclone config_encryption

Hi

I add the same problem. The RPC server is created and then answer to RPC calls.
You need first to edit the config with options/set then to do the call
A poor man's job is to use somthing PasswordCommand with ["printf", "--", "thepassword"] to communicate the password

I made add rc call to unlock config by Its-Just-Nans · Pull Request #8496 · rclone/rclone · GitHub