Get Password and Salt From Config

This might be a dumb question, but how can I get the plain text password out of the config.

The docs say it's only lightly obfuscated but I can't figure out how.

I thought I knew what I set it to but I was mistaken. I'm trying to avoid reuploading and encrypting 10tb of data again.

You can do it, see this function:

3 Likes

what password are you looking for?

the password that encrypts the config file?
or
the password that encrypts the remote?

if you want the password to the encrypted remote, i think you can do this?

rclone config dump > dump.txt

The one that encrypts the remote.

Dumping it gives you the obfuscated version.

I'm trying to setup a Freenas Cloud Sync Task, which uses Rclone, due to my Resilio sync issue. However, FreeNas doesn't appear to load a static config for it's tasks, it creates one each time in a temp directory so I can't just copy my current config.

Not the end of the world if I have to re-encrypt the remote, just a pain.

That did the trick, thanks!

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