• Swarfega@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    18 days ago

    Use Cryptomator. You can then use any cloud storage provider knowing they can’t read your files.

        • Irelephant@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          17 days ago

          kleopatra is good, just make sure to backup your private key. If you are comfortable with a cli you could use gnupg. Its man page is good.

          • dev_null@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            17 days ago

            If you are comfortable with a cli you could use gnupg. Its man page is good.

            If I have cloud storage mounted somewhere I need to be able to drag and drop directories in and out, see the files inside in an unencrypted form, and they should transparently be uploaded encrypted. This could very well be achieved by a bunch of scripts involving gnupg, but then that’s what’s I’m looking for, because gnupg by itself wouldn’t be productive to use unless as a one-off.

            This seems promising: https://szymonkrajewski.pl/encrypted-cloud-drive-rclone/

            • Irelephant@lemm.ee
              link
              fedilink
              English
              arrow-up
              1
              ·
              17 days ago

              Well it depends on your use case. You could make a script to encrypt a copy of all the files in a directory, make a folder in the cloud storage, and then move the encrypted files to that directory.