I'm wondering about koofr.net and it's vault zero knoledge encryption with rclone as they are claiming.
How it could be achieved if actually I must put rclone config on their service in form:
[koofrcrypto]
type = crypt
remote = koofr:/Vault/
password = secret obfuscated pass
password2 = secret obfuscated salt
And actually their system when pressing fill button immediatelly reveal the original password and original password2 from this config and storing it in their system.
Correct me if I am wrong, but in this case they have everything to decrypt the data. Am I right?
I think you are 100% right. All cryptographic operations should be performed client side. It is also where all sensitive data like passwords should reside.
If things work like you described and you have to hand over all secrets to this service then it means that they have full access to your unencrypted data.
let me show the screen from their control panel.
If I want to create encrypted vault and access it with rclone here is the form I should to fill (I just press new button)
I am not Koofr user and not planning to use it:) I suggest you ask question on their forum.
It looks like serious service and I doubt they require your crypt config to upload data. It is maybe some optional feature (which I would not use) to allow web based access to data etc.
koofr valult is local application. what makes you think there is an upload of the config file?
everything i have read, it is clear, no upload of config file to koofr cloud.