Dropbox and Google could easily encrypt the files locally with your own key prior to uploading them to their servers. But of course they won't do that, because then how else will they mine your data? Also, you probably shouldn't trust them even if they did offer this anyway.
Sure, if you don't want search or sharing or 90% of the other features of Google Drive then encrypting on the client side makes great sense. For people who demand that their computers are useful, it doesn't make any sense.
UtahFS: Encrypted File Storage
31–40 of 45 posts
Re: UtahFS: Encrypted File Storage
#321. Cryptomator: it's immature and buggy, especially the 1.5 version. See comments in forum.cryptomator. The files and folders disappear, vaults crash, vaults fail to mount, etc.
Boxcryptor is the paid version and not buggy. But it's not open source.
2. EncFS. Has security issues that haven't been resolved.
3. CryFS. Too slow and immature.
4. Encrypted backup, like rclone or duplicity. These are not sync tools.
5. eCryptfs: Used for Ubuntu home encryption (even then somewhat outdated), not for cloud.
6. AWS KMS: server side encryption; amazon has the keys.
7. Gocryptfs: It's OK. Reasonably fast. Cons: command line only, and for Linux. Uses OpenSSL library which isn't all that secure.
It seems to me gocrytfs is the best among these.
Re: UtahFS: Encrypted File Storage
#33Re: UtahFS: Encrypted File Storage
#34One way to achieve encrypted remote file storage is to combine Linux's EncFS² with some other type of remote storage protocol such as CIFS. The basic idea is to mount a CIFS volume from a server you don't trust with your unencrypted files, then you mount that directory again with EncFS to get to the unencrypted files. The main drawbacks are that EncFS will not hide your directory structure and file sizes and also tha…
Re: UtahFS: Encrypted File Storage
#35Love the crypto fs work you're doing at Cloudflare.
Re: UtahFS: Encrypted File Storage
#36They should use Peergos [1], which satisfies all their requirements. It's built on top of ipfs, encrypts metadata as well as data, and hides file sizes and directory structure too. A directory is indistinguishable from a small file. We can also use S3 compatible object storage, including allowing direct reads and writes from the browser. Disclaimer: I'm the founder. 1. https://github.com/peergos/peergos
Peergos doesn't hide access patterns as far as I can tell.
Plus, ORAM provides no protection out of the box for timing based attacks.
Re: UtahFS: Encrypted File Storage
#37I find it difficult to set up a good system for encrypted storage. 1. Cryptomator: it's immature and buggy, especially the 1.5 version. See comments in forum.cryptomator. The files and folders disappear, vaults crash, vaults fail to mount, etc. Boxcryptor is the paid version and not buggy. But it's not open source. 2. EncFS. Has security issues that haven't been resolved. 3. CryFS. Too slow and immature. 4. Encrypted…
Re: UtahFS: Encrypted File Storage
#38I find it difficult to set up a good system for encrypted storage. 1. Cryptomator: it's immature and buggy, especially the 1.5 version. See comments in forum.cryptomator. The files and folders disappear, vaults crash, vaults fail to mount, etc. Boxcryptor is the paid version and not buggy. But it's not open source. 2. EncFS. Has security issues that haven't been resolved. 3. CryFS. Too slow and immature. 4. Encrypted…
What’s wrong with LUKS / tomb?
Also it lacks authentication. The snapshots of the XTS mode are prone to certain attacks.
Re: UtahFS: Encrypted File Storage
#39I find it difficult to set up a good system for encrypted storage. 1. Cryptomator: it's immature and buggy, especially the 1.5 version. See comments in forum.cryptomator. The files and folders disappear, vaults crash, vaults fail to mount, etc. Boxcryptor is the paid version and not buggy. But it's not open source. 2. EncFS. Has security issues that haven't been resolved. 3. CryFS. Too slow and immature. 4. Encrypted…
Gocryptfs has a comparison of these projets, here [2].
Focused on Windows only, to my experience, securefs is the one that is working the best as it is not using dokany but winfsp (FUSE for Windows). With all other solutions using dokany, the copy or sync of large number of files is damn slow or hanging.