Hacker News new | ask | show | jobs
by baldfat 3905 days ago
Using Dropbox for Security seems like a oxymoron? I fail to see that as anything I am willing to use.
4 comments

"Using Dropbox for sync". It's just an option. Password db is already encrypted, so it does not matter which service is used for sync :)
Why? The database itself is encrypted. Dropbox is just a easy way to sync it between devices.
I store the private keyfile outside of Dropbox. To me it's a very acceptable tradeoff.
What makes you trust LastPass to spread your database to your devices more? And what makes Dropbox so bad?
Dropbox runs a binary on your machine; that's enough to suspect them. Stick with an open source password manager and an open sync service (S3 plus a script? Or a third party client like Arq).
Yeah... I'm not in the RMS camp
Nothing to do with software freedom, everything to do with security/auditability.
Yeah, with Dropbox software running on your machine, you not only have to trust them not to snoop on you, you have to trust their non-auditable code to be ~perfect~ against exploitation by others.
Unless you actually read through and understand your open source alternative line by line you aren't really running anything safer

Of course there is the argument that since it's open source it's safe since someone has "audited" it, but many times that's not true.

And even then unless you spend a lot of time trying to break it so you understand it completely you are way better off just writing your own solution, but that takes time and effort