Exactly, I only have the password rclone store obfuscated on the rclone.conf . I can access the content but I don't have the password I insert when I created the crypt. Can I get this password??
If you make a new crypt remote, you can enter random passwords in the fields and then use a text editor to put the obfuscated in there.
It is obviously recoverable. You may have to dig into the code and documentation for the key.
I would make a feature request to add a reverse mode to obscure. Seems useful!
Out of curiosity, why do you want the original? Is there another tool you’re using to read and write rclone crypt? Because if not, the obscured ones are sufficient!
given there is no need for the original password and the possible security risks,
and based on other such requests over the years, i do not think rclone authors will ever implement that.
imho, i would not want rclone to have that feature.
You really are fine without the originals. But test it. Rename your current config and try what I suggested. (Enter something random and then manually change it). You’ll see that it still works!