PrivateStorage.io: A secure and privacy-focused cloud storage solution
51–60 of 78 posts
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#52Earlier quoted context omitted.
Unfortunately that's harder than just always leaving a Raspberry Pi on at home, especially given that I want to be able to sync files to my phone, where EncFS probably doesn't work at all (or easily).
I'm unfamiliar with syncthing, but could you run two daemons, one that does encrypted sync to e.g. dropbox, and one that does plain sync to your phone and such? Or would the two instances stomp on each other or get into an infinite loop? e.g.: plain syncthing phone ^ | V encfs syncthing dropbox
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#53Earlier quoted context omitted.
So you share your data on untrusted machines that you bet will live long enough to hold what you want to keep. Sounds risky. Do storage providers have an incentive to provide the service reliably à la filecoin? [0] [0] https://filecoin.io/
> Do storage providers have an incentive to provide the service reliably à la filecoin? Yes, via a currency called Dollars.
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#54How does this compare to tarsnap?
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#55There are a number of alternative paths in this space if you're truly focused and willing to invest a bit, but if you care about privacy enough to seek a service like this out and just want to minimize mental overhead, this seems like a good choice. Tahoe-LAFS makes some impressive claims like maintaining confidentiality while running on untrusted machines. I think a lot of folks now would assert that really any mach…
"There are a number of alternative paths in this space if you're truly focused and willing to invest a bit, but if you care about privacy enough to seek a service like this out and just want to minimize mental overhead, this seems like a good choice." It feels to me like 'borg'[1] is becoming the de facto standard for this use-case. There were a number of similar tools (like duplicity) for years but borg seems to hav…
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#56FWIW, I've been using syncthing [0] for some years now [1] and am very pleased. Even though my data is unavailable on the cloud from any untrusted computer (like e.g. my corporate laptop), it's synced on my "fleet". I'm not sure that PrivateStorage actually adds anything to the equation? EDIT> The Tahoe LAFS [2] model is more that you spread your data over multiple providers. NAS at home, several VPS providers, or wh…
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#57Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#58Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#59Earlier quoted context omitted.
A big thing is that Tahoe LAFS can be run on untrusted computers.
Is Tahoe LAFS a viable solution for people without sysadmin skills?
Re: PrivateStorage.io: A secure and privacy-focused cloud storage solution
#60Does anyone know what kind of impact client-side encryption would have on sync speed for potentially-large files (as opposed to simple text messages)?
If you are using redundancy of any kind, it will inflate the size of the ciphertext versus the plaintext thus affecting sync speed.
Tahoe-LAFS does split everything up into fixed-size chunks, though, so the total size of the file doesn't really matter -- it will still be uploaded in 128kb (default) chunks to the storage servers.
So, it's not the encryption that has an impact but the erasure-coding (which gives the "RAID-like" features) and you can configure it to have zero redundancy and thus only some slight increase in the total amount of data to send.