So I went over the documentation as well as the forum and there’s still something fundamental I don’t fully understand about if/how the data itself is encrypted:
- Is the data encrypted at all, by default, when I supply a password to the storage?
- I read somewhere that it’s only used to encrypt the config file - so that means only the config is encrypted, and the data is not? or - is the data encrypted by a randomly generated key that’s stored in the config (that’s my current understanding)?
- how does it all relate to the RSA key that i can (optionally) provide? does this come INSTEAD of the password for the storage? in addition? and - is this used in any way to encrypt the data itself, or only to bolster the protection of the config file…?
- What’s the role of the “encryption password” in the main settings in the UI (that aren’t associated with any particular storage)?
Sorry if these questions are silly or were already addressed, but despite trying to get a full comprehensive picture of everything i’m still a bit unsure what’s the situation
Thanks