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?

  • sbv@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 minutes ago

    You can’t.

    Software is too complicated to trust. Instead, like other posters have stated, try to work out the least risky storage mechanism.

    I’d make that offline backups.

    1. Download some encryption software,
    2. disconnect the computer from any networks,
    3. copy the video onto the computer,
    4. destroy the device that previously hosted the video,
    5. encrypt the video,
    6. copy the decryption key onto other media,
    7. copy the encrypted file onto a number of SD cards
    8. destroy the encrypting computer.
    9. Send a few copies of the encrypted file on SD cards to people unlikely to decrypt it.
    10. Retire to my log cabin in the woods.
    • slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 hours ago

      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.

    • Ace! _SL/S
      link
      fedilink
      arrow-up
      4
      ·
      9 hours ago

      This is only really secure if your server is in a trusted location imo

      • MrPoopyButthole@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        8
        ·
        9 hours ago

        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.

  • actionjbone@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    ·
    9 hours ago

    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).

  • givesomefucks@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    9 hours ago

    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?

  • Ace! _SL/S
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    9 hours ago

    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

    • Flmaker@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      9 hours ago

      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

  • MajorHavoc@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 hours ago

    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.