Comment Re:It's just moving your trust to someone else (Score 1) 83
I am the creator of a password manager app called Easy Password Storage that can sync data between devices using a zero-knowledge cloud server.
The passwords are encrypted on the user's device with their secret key before they are ever sent to the cloud servers. I have no way of decrypting their data, even if I wanted to. That's by design: I don't want the ability to see anyone's password.
There is trust involved, but the users can always examine their data transmissions to see exactly what's going back and forth between their device and the servers.