How do you ensure privacy and security on cloud platforms in an age of compromised encryption, backdoors, and AI-driven hacking threats to encryption and user confidentiality?
Let’s say you’ve created a film and need to securely upload the master copy to the cloud. You want to encrypt it before uploading to prevent unauthorized access. What program would you use to achieve this?
Now, let’s consider the worst-case scenario: the encryption software itself could have a backdoor, or perhaps you’re worried about AI-driven hacking techniques targeting your encryption.
Additionally, imagine your film is being used to train AI databases or is exposed to potential brute-force attacks while stored in the cloud.
What steps would you take to ensure your content is protected against a wide range of threats and prevent it from being accessed, leaked, or released without your consent?
Store your own shit on your own Linux server. Don’t trust other companies. Use industry standard libraries like OpenSSH, LUKS.
But do realise that HeartBleed was in a industry standard library so don’t trust it 100% but do keep it patched as much as possible.
True. That was a CVE 10 vulnerability. But unless you are going to airgap your system, I think using these ubiquitous libraries is as good as we can get to being safe.
That is true, which is why you should keep it up to date
This is only really secure if your server is in a trusted location imo
I think that’s covered by “Don’t trust other companies”. You just need a business internet line with a static IP to host your own stuff in your house.
That’s the funny thing about data storage: you don’t.
Encryption mitigates the likelihood of somebody gaining access. But anyone with physical access to the media can potentially gain access to the data - it just may be incredibly difficult to decrypt (or to find a bug that permits decryption).
Just stop putting important stuff on the cloud…
Like. You’re asking the best way to safely secure the $100 bill you taped to the sidewalk outside your house.
There’s measures you can take, but at the end of the day why are you so set on taping a Benjamin to the sidewalk?
I’m going to deviate a bit from your question, since you asked a bunch of questions, and aim at the implied question underneath: “is there any hope for a non-expert?”
A Synology network attached storage device (NAS) provides reasonably good answers to the question “how can I have privacy and have some backups” without being a Linux expert.
It ships with apps that replace common cloud services with local backup equivalents.
It can also be configured to do local encryption before backing up to a cloud service, for data where disaster resilience is more critical than privacy (i.e. a library of family photos).
Edit: And as others have explained - we must always remember that the cloud is just someone else’s computer.
gocryptfs is what I’d use for this. It’s designed with cloud storage in mind
Using strong encryption should be enough for your use case, unless you’re a high profile target. Even then, it’s more likely whoever is after you will try to get access to your unencrypted files instead because cracking strong encryption isn’t worth it most of the time
Iirc your cloud service provider could still figure out your unencrypted directory layout and filenames. You should really do some research on this if you wanna make sure you know all the risks
I appreciate your suggestion very much. I wonder what the difference between gocryptfs and others like Trucrypt would be.
Need to search and compare the pros and cons of both, the advantages and disadvantages of each, particularly in terms of security, ease of use, and performance
Cryptomator is the most frictionless one