Do we have any way to encrypt/decrypt config file content without using interactive mode?

Hello Experts,

I am using shell script to install Rclone and run it in RCD mode.
Now I need to encrypt config file as it will contain few remotes passwords.

From below post I saw the 'autoexpect/expect' option which we can use to achive in shell script.
But curious to know if there is any latest direct way to achieve this without writing 'expect' script for interactive remote config encryption?

Thanks,
MH

hi,
that autoexpect script was my creation.

as far as i know, rclone cannot encrypt a config file.
https://github.com/rclone/rclone/issues/3241

Thanks for the confirmation @asdffdsa

Still looking for someone to have a go at this if anyone is interested :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.