Hi,
So I know that currently in the GUI there is not exposed the feature to change a storage password, but I see that is possible to use the command:
duplicacy password
But then I would have to change the stored secret vault password. Apparently, I could run the list command with --reset-passwords option, and it would ask me back for my passwords when I rerun the backup process?
I want to be sure this translates well on the GUI environment before doing it.
And as far as I understand, the storage won’t be re-encrypted with the new password, as the actual key used for encryption is stored in the config file, which was derived from the PBKDF2 of the original master password.
Thanks!