Dropbox Forums: New Sharing Model
11–20 of 40 posts
Re: Dropbox Forums: New Sharing Model
#12Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
Hash is 6 characters long, characters are alphanumeric (a-zA-Z0-9). So that makes:
(26 * 2 + 10) ** 6 => 5.6E10
That looks like a big number, but it isn't. Because at the scale of dropbox there will be 10 million links out there in no time. So then the math goes: ( (26 * 2 + 10) ** 6 ) / 10_000_000 => 5680
So you have to make only a few thousand guesses to get a random file from another user. I'd say that's not very secure.Note that the links redirect to a page with a far longer (and presumably far more secure) hash code. Any time when you see short hash -> longer hash alarm bells should go off.
I'm assuming the share links last forever. If the share links would last only 24 hours then system looks pretty safe.
Anyway, this is only my first impression. I might very well be wrong. Either way I think it's pretty silly to give up so much entropy to get a prettier URL. Why not just use the complete 128bit hash?
Re: Dropbox Forums: New Sharing Model
#13Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
Anything you give a url to you should consider to be public anyway.
Re: Dropbox Forums: New Sharing Model
#14Re: Dropbox Forums: New Sharing Model
#15Re: Dropbox Forums: New Sharing Model
#16Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
No, you still choose which files and folders to make linkable. Anything you give a url to you should consider to be public anyway.
Re: Dropbox Forums: New Sharing Model
#17Important point: Any file or folder in your Dropbox is now linkable! But not quite yet, presumably very soon. Apparently appears in the 0.8 beta clients only, didn't see anything specific about the website (though I don't see it on my account).
Re: Dropbox Forums: New Sharing Model
#18Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
I'd have to go with yes. Hate to be an entropy nazi, but here goes: Hash is 6 characters long, characters are alphanumeric (a-zA-Z0-9). So that makes: (26 * 2 + 10) ** 6 => 5.6E10 That looks like a big number, but it isn't. Because at the scale of dropbox there will be 10 million links out there in no time. So then the math goes: ( (26 * 2 + 10) ** 6 ) / 10_000_000 => 5680 So you have to make only a few thousand gues…
Re: Dropbox Forums: New Sharing Model
#19Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
No, you still choose which files and folders to make linkable. Anything you give a url to you should consider to be public anyway.
Re: Dropbox Forums: New Sharing Model
#20Is this a security risk? Could someone, theoretically, enter in a random string of characters and land on your files?
No, you still choose which files and folders to make linkable. Anything you give a url to you should consider to be public anyway.
Can you tell us how to change that?