I’ve looked around on the forum and found some related things, but nothing that directly answers or confirms my questions; and I want to make sure I understand these as they’re pretty important. Thanks for bearing with me, even if they seem basic:
-
The Web UI settings page has an “Encryption Password” and “Administration Password”. I set up Duplicacy quite a while ago, and don’t remember; but is the Encryption Password the same as the Master Password described in Duplicacy User Guide?
-
Is the Master Password also the password that encrypts the storage configuration file as described in password · gilbertchen/duplicacy Wiki · GitHub?
-
The “config” file in a storage location contains the encryption keys for that storage, and this file itself is encrypted using the Master Password?
-
Where does Duplicacy store the Master Password on Windows? From what I read, it sounds like it goes into the “keyring” file, but that has a JSON in it with an “encryptionKey” that doesn’t look at all like my Master Password (which I’ve stored in a password manager). That’s making me wonder if that’s something entirely different?
-
If I ever want to change my Master Password, I can use password · gilbertchen/duplicacy Wiki · GitHub or the similar-looking modal on the Web UI, and everything should just work? Any caveats to be aware of? I wouldn’t want to brick my backups or mess up my settings.
-
If I ever need to restore on a new computer, and my old computer is gone, would I simply need Duplicacy, the backup, and the Master Password? Anything else? (I know I really should be periodically validating my backups by testing this out, but it is on my very long TODO list)