Should You Trust “THE CLOUD” to Securely Store Computer Files?

Written by quoraanswers | Published 2017/12/13
Tech Story Tags: cloud-computing | the-cloud | security | cybersecurity | quora-partnership

TLDRvia the TL;DR App

By John L. Miller, Worked on several distributed and cloud storage services. PhD in distributed system. Originally published on Quora.

Files stored in reliable cloud services are some of the most secure files you can have, provided you have good passwords. Google, Microsoft, and Amazon all provide reliable cloud services for consumer file storage.

What makes them safe?

  • Redundancy. The service typically stores at LEAST three copies of each piece of data, all in different places. You need to have all three copies disappear at exactly the same moment (e.g. from three separate hard drive failures) to lose that data. After working on Exabyte-scale storage services, I have only seen this happen with a relatively small (e.g. 10^-9) fraction of data. And even that can usually be recovered, it just takes a couple days.
  • Security. Provided you take care of your credentials (e.g. your password), only you can access those files. They’re sitting on hard drives on machines in remote, physically secure data centers. Your connections to access that data are generally secured so that people can’t eavesdrop on it. The biggest danger is how you secure your local machine.
  • Safe sharing. If you want to give other people read access (or even allow them to write it), you can. No need to make a copy of the file, no need to mail them a thumb drive.

Personally speaking, my home machines have lost hundreds of gigabytes of data (video, audio, and some important stuff) to hard disk failures. I’ve NEVER lost ANY data I put in cloud services.

There are two provisos:

  1. If your password gets cracked, people can access that data if they have your password. Just like they could on your home machine.
  2. Viruses can still corrupt local copies of cloud data. If you have your computer set to automatically upload copies to the cloud, then you can overwrite the cloud copies with your corrupt copies. That’s not a problem with the cloud storage, it’s a problem with your machine.

Some cloud storage has versioning of files to help you recover from accidental deletes and overwrites.

Overall the cloud is a great place to securely store data.

By John L. Miller, Worked on several distributed and cloud storage services. PhD in distributed system. Originally published on Quora.

For more trending tech answers from Quora, visit HackerNoon.com/quora.


Published by HackerNoon on 2017/12/13