Hi, I recently started using RcloneView v. 0.8.369 (Plus License) on Windows 10 and everything is generally working, thanks for your good work on this program!
However, I do have a problem to be able to access my encrypted rclone config (unencrypted works fine). First, when I type in the config password in the Config Password field in RcloneView’s General Settings, if I pause typing for just an instant the existing text is automatically highlighted and as I continue typing it replaces what was typed before. If I type the password really fast it would seem to be entered ok but there is no way to know if it was entered correctly because there is no option to show the password. After restarting rclone the UI says “Failed to load remote list”. As seen from another post I updated to version 0.8.423 and the behaviour is the same.
That is the only bug (?) that is preventing me from using an encrypted config file. The following are just suggestions, since I understand you are currently in active development, maybe you would like to implement them:
-
You could allow for the equivalents of rclone’s alternate methods of supplying the config password. Namely, prompt for it on program start, using the RCLONE_CONFIG_PASS environment variable or reading it from standard input on program start. Those would be helpful.
-
Another nice feature would be to be able to set a seperate password to lock the RcloneView UI on closing the window (or after a specified idle time). The program would remain running as usual with the taskbar icon still visible and would ask for the password when the UI is opened again. This would be an essential feature when sensitive data is stored on the remote volumes and whithout UI password protection anybody with access to the computer could access everything from all the connected remotes without any security restrictions.
Lastly, I saw another post saying that the rclone config password is stored in plain text. I don’t know where you are storing it, but it definitely should be encrypted. Is it now?
Thanks, let me know if you have any questions or comments…