There is a little bit of configuration support for this already, but no actual support.
Essentially, backed up files will get encrypted using a given password, and restored files will be decrypted by the same.
There will be two sources of password: a raw password password = "" and a password command to retrieve it from somewhere else.
I'll need to do research into the best encryption to use for both speed and security. AES, probably.
There is a little bit of configuration support for this already, but no actual support.
Essentially, backed up files will get encrypted using a given password, and restored files will be decrypted by the same.
There will be two sources of password: a raw password
password = ""and a password command to retrieve it from somewhere else.I'll need to do research into the best encryption to use for both speed and security. AES, probably.