|
|
|
|
|
by inoda
2553 days ago
|
|
Yeah that's a good point. I thought the data encryption made it "safe enough". I also wanted to strike a balance between nice security features and ease of use. I am definitely no expert at security. What hosting would you recommend? |
|
IMO, the best model is to encrypt the data locally on your device, WITHOUT relying on a remote javascript software in a webpage to encrypt data, then sync already encrypted data to some server.
Some tools that may fit for ecnryption: PGP/GnuPG , SQLcipher.
Some tools that may fit for syncing your data: syncthing, megasync, any other cloud provider sync API.