Hi,
is it possible / wise to “work” without a repository password?
I did init a repository (and storage) with RSA and entered an empty repository password.
duplicacy_3.2.3 init -e -key public.pem foo /pool/duplicacy/
When prompted for password, I just hit the enter key twice
duplicacy_3.2.3 backup
did not print “RSA encryption is enabled” and in deed the chunks are not encrypted.
But as far as init was done with “-e -key public.pem” and .duplicacy/preferences states ““encrypted”: true”
the user could believe it is encrypted (I did when testing if i can leave the repository password blank). This should not be possible or am I wrong?. The creation of such a storage should be prevented, shouldn’t it?
Thanks
lopiuh