|
|
|
|
|
by naitbit
5078 days ago
|
|
By "do the encryption for you" do you mean that they should encrypt on what you send them on their side? I'm afraid that gains you nothing. Not only they control encryption method, they also have unencrypted data and your key. Encryption must occur on client side to give you safety, and I would argue against using JavaScript to do it(after all website can be updated without your knowledge, and it is not practical to review site code each time you load it). |
|
I understand why people call for this, but it's really a very narrow window of "security concern" where that's a valid feature.
Much better would be an open API, and an open source client, which does the encryption, preferably not even technically affiliated with the cloud provider.