Great, now only if they actually encrypted my files.
Dropbox Introduces 2-Factor Authentication
41–50 of 78 posts
Re: Dropbox Introduces 2-Factor Authentication
#42Two-Factor authentication sucks. It's too hard for users. Most people will never us it. Dropbox should consider using Rublon (yes, that's my startup): https://rublon.com 7 reasons why you should add Rublon to your website: http://blog.rublon.com/2012/why-add-rublon/
I'd suggest you work on your elevator pitch a bit more.
Re: Dropbox Introduces 2-Factor Authentication
#43Two-Factor authentication sucks. It's too hard for users. Most people will never us it. Dropbox should consider using Rublon (yes, that's my startup): https://rublon.com 7 reasons why you should add Rublon to your website: http://blog.rublon.com/2012/why-add-rublon/
Two-factor authentication is all about increasing security by combining two separate factors: something you know (password), and something you have (phone). From what I can tell, you're just switching from relying on one factor (password) to relying on the other factor (phone). It's just a different one-factor authentication paradigm.
Unfortunately, this leaves several gaps. For example, what happens when I lose my phone, or someone takes it from me? Can that other person log in immediately?
I can potentially understand an argument that this is more secure than solely password-based solutions (although I don't think it would be for me, where I use complex random passwords), but I certainly wouldn't consider it an alternative to two-factor authentication.
Re: Dropbox Introduces 2-Factor Authentication
#44Earlier quoted context omitted.
Put a truecrypt volume in your DropBox. Why rely on someone else to do the encryption?
If Dropbox were designed to handle sequentially-numbered blobs of encrypted data, changing one file would require your other devices to download only that file (an encrypted blob of roughly the same size). With a TrueCrypt volume or other encrypted file solution on top of Dropbox, you have to resync the entire multi-GB volume any time a single file in there changes, since to Dropbox it's just one big file. (Another o…
However, like the other commenter, I still recommend encfs for most uses.
Re: Dropbox Introduces 2-Factor Authentication
#45Re: Dropbox Introduces 2-Factor Authentication
#46Hmm, but I can still simply open someone's Dropbox folder locally if they forgot to logoff/switch on their computer...
Maybe there's people using Dropbox in some other fashion, but surely this is the intended/common use case?
Re: Dropbox Introduces 2-Factor Authentication
#47Earlier quoted context omitted.
How entering 6 digits hard for users?
You have to log in with your username and password first and then you have to enter another password (those digits that you're talking about). With Rublon you just scan a Rublon Code and that's it.
Re: Dropbox Introduces 2-Factor Authentication
#48More details: https://www.dropbox.com/help/363/en It looks like they support any app that uses the TOTP protocol, so google authenticator, among others, works with this seamlessly.
That's nice. A little context: TOTP is part of OATH - Initiative for Open Authentication - and is an open standard published as RFC 6238. For those who don't have iOS/Android/BB and/or don't want to use Google Authenticator, Wikipedia lists a few compatible applications: https://en.wikipedia.org/wiki/Google_Authenticator These work for Gmail too.
Re: Dropbox Introduces 2-Factor Authentication
#49Re: Dropbox Introduces 2-Factor Authentication
#50Earlier quoted context omitted.
That's nice. A little context: TOTP is part of OATH - Initiative for Open Authentication - and is an open standard published as RFC 6238. For those who don't have iOS/Android/BB and/or don't want to use Google Authenticator, Wikipedia lists a few compatible applications: https://en.wikipedia.org/wiki/Google_Authenticator These work for Gmail too.
Is OATH related to OAuth?