I bet with the public launch, they will put bandwidth restrictions in place. Otherwise this will be misused in no time.
Dropbox Forums: New Sharing Model
21–30 of 40 posts
Re: Dropbox Forums: New Sharing Model
#22Sharing with just people I know is one thing, but creating a web page of some of my data is another.
I don't know, it just doesn't feel right.
Dropbox, remember, you're dealing with private files on our personal computers, and one step too far and you're looking at mass exodus. Learn from Facebook. Use caution with new features.
Re: Dropbox Forums: New Sharing Model
#23Is 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.
So, if you feel like "I wanna share this folder to the wild world, now!", just do it! You can change your mind at anytime later and the folder will be no longer accessible. Very intensive, careful design & implementation!
Re: Dropbox Forums: New Sharing Model
#24Earlier quoted context omitted.
No, you still choose which files and folders to make linkable. Anything you give a url to you should consider to be public anyway.
Still a good analysis of using the security by obscurity model for URL's
Re: Dropbox Forums: New Sharing Model
#25Re: Dropbox Forums: New Sharing Model
#26Re: Dropbox Forums: New Sharing Model
#27I don't know why, but I all of a sudden feel like all my private dropbox data is now vulnerable to some form of hack, bug, exploit, malicious script, etc, that turns it all into a public web page. Sharing with just people I know is one thing, but creating a web page of some of my data is another. I don't know, it just doesn't feel right. Dropbox, remember, you're dealing with private files on our personal computers,…
Maybe it's all perception, but this makes my private files feel dangerously close to the wide open web.
Dropbox, don't make me feel dumb for using your service for stuff that matters. If your service is meant for funny cat pictures and not my tax returns, please tell me now.
Re: Dropbox Forums: New Sharing Model
#28Earlier quoted context omitted.
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…
I haven't used the feature yet, but from reading the forum thread it sounds like the 6 random characters are only created if someone chooses to shorten their link with db.tt (presumably Dropbox's shortener). By default, resources have 15 random characters. Since URL shortening is mostly for use with twitter, I think the number of non-public files/folders with a corresponding 6-random-character link will not approach…