Ask HN: Secure Dropbox alternatives?
21–30 of 36 posts
Re: Ask HN: Secure Dropbox alternatives?
#22Re: Ask HN: Secure Dropbox alternatives?
#23Runs on Win, Mac, Linux, iOS, Android.
Re: Ask HN: Secure Dropbox alternatives?
#24There are other services which advertise security, but nothing where you actually are likely to audit the code. Even if their security model is better than what Dropbox is now using, you have to factor in availability issues (Dropbox seems more solid as a business than a lot of the others), functionality, etc. You also need to trust the entire development process, release engineering, and knowing your binaries corres…
Here is a nice overview of its use on OS X: http://www.packetslave.com/2011/04/21/dropbox-encryption-w-e...
Re: Ask HN: Secure Dropbox alternatives?
#25Earlier quoted context omitted.
Is it possible to use Truecrypt in Dropbox without issues?
Sure. But you remove the benefit of syncing small diffs; you pretty much have to sync the entire truecrypt volume.
Re: Ask HN: Secure Dropbox alternatives?
#26http://www.boxcryptor.com/ does client-side encryption for DropBox. Runs on Win, Mac, Linux, iOS, Android.
* It seems to be closed source
* The German government is involved (Close friends with the US)
Re: Ask HN: Secure Dropbox alternatives?
#27Re: Ask HN: Secure Dropbox alternatives?
#28Re: Ask HN: Secure Dropbox alternatives?
#29Wuala: http://www.wuala.com Data is encrypted with your password on the client side, your password never leaves your PC. They published a paper on their security implemenation: http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4032... It allows to synchronize multiple folders and it gives access to a certain number of previous versions. You can also share folders with friends, publicly or via a secret link. It'…
If you want to send something to someone, that means you need to securely communicate the key to them first or take the SpiderOak approach of "We guarantee security locally but if you share a file = file is shared unencrypted".
Re: Ask HN: Secure Dropbox alternatives?
#30Wuala: http://www.wuala.com Data is encrypted with your password on the client side, your password never leaves your PC. They published a paper on their security implemenation: http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4032... It allows to synchronize multiple folders and it gives access to a certain number of previous versions. You can also share folders with friends, publicly or via a secret link. It'…
Problem with this approach is sharing and key management. If you want to send something to someone, that means you need to securely communicate the key to them first or take the SpiderOak approach of "We guarantee security locally but if you share a file = file is shared unencrypted".
Provided that no man in the middle attacks take place during the "friendship" operation :)