How would you protect files of a VPS (Virtual Private Server) from snooping by the service provider?

    • Zikeji@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business’s response).

      Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.