Earlier quoted context omitted.
And what would having the source code change? Unless you host the data yourself, if you don't trust Wuala there is no guarantee the binaries you use are built from the source code you have.
You can see the client code and confirm that it actually encrypts all of the data and use your own copy rather than their binaries. Technically if the client is not sending not encrypted data and encrypts without a foul, then nothing they can do on the server-side can cause leaking your data.
Wuala: Secure Cloud Storage
131–140 of 207 posts
Re: Wuala: Secure Cloud Storage
#132Earlier quoted context omitted.
Why not just store a TrueCrypt volume(s) in Dropbox?
Because, as far as I know (I haven't used TrueCrypt too much), it will see the volume as a file and then you'll be syncing a huge, x GB file every time you make the smallest change within it.
Re: Wuala: Secure Cloud Storage
#133Seriously? Wuala is a service run by LaCie. LaCie is owned by Seagate, an American corporation. It doesn't matter where the servers are, because all the important decisions will be made in Cupertino, California. http://www.lacie.com/us/company/news/news.htm?id=10722 Now, client-side encryption is a much more interesting aspect of their service, but is it worth the trouble if Wuala's clunky client takes 100 times long…
Why not just store a TrueCrypt volume(s) in Dropbox?
Re: Wuala: Secure Cloud Storage
#134Re: Wuala: Secure Cloud Storage
#135Earlier quoted context omitted.
Some older version supports that. Maybe they changed their license model, but it definitely had support for that in the past.
Yes, it was supported back when they used encfs, but now they've switched to their own internal rewrite which broke compatibility.
Re: Wuala: Secure Cloud Storage
#136Hello there, Gianluca from Wuala here. First, this is how Wuala works: You as an user place a file in the client. The file gets encrypted (including using your password and username) and then gets uploaded and split into different pieces. We are currently using AES-256 for encryption (and RSA 2048 fpr signature and key exchange when sharing a folder and SHA-256 for integrity checks). The password does NOT get transmi…
Re: Wuala: Secure Cloud Storage
#137Earlier quoted context omitted.
Because, as far as I know (I haven't used TrueCrypt too much), it will see the volume as a file and then you'll be syncing a huge, x GB file every time you make the smallest change within it.
That's not true. Dropbox uses librsync so small changes of big files yields small diffs, thus TrueCrypt volumes work just fine with Dropbox.
Re: Wuala: Secure Cloud Storage
#138Earlier quoted context omitted.
That's not true. Dropbox uses librsync so small changes of big files yields small diffs, thus TrueCrypt volumes work just fine with Dropbox.
Speaking out of ignorance here: But aren't TrueCrypt volumes completely changed when you add/remove something? I'm thinking similarly to a hash: The slightest modification changes it completely.
Re: Wuala: Secure Cloud Storage
#139Earlier quoted context omitted.
That's not true. Dropbox uses librsync so small changes of big files yields small diffs, thus TrueCrypt volumes work just fine with Dropbox.
Speaking out of ignorance here: But aren't TrueCrypt volumes completely changed when you add/remove something? I'm thinking similarly to a hash: The slightest modification changes it completely.
Re: Wuala: Secure Cloud Storage
#140I recently tried replacing Dropbox with Wuala because of privacy concerns. I failed, and in the process realized how successful Dropbox has been in creating an awesome user experience! I'm still looking for a locally encrypted Dropbox-alternative. So if any of you are making one, please speak up :) (Edit) I should specify that it was the user experience that made me give up on Wuala, and any proper Dropbox alternativ…