Slashdot Mirror


Google's Gdrive Raises Instant Privacy Concerns

An anonymous reader writes "The rumor mill is already raging over the potential functionality and capacity for Google's online storage service we talked about earlier this week (the company says 'it makes sense' to put all its Web apps under the same umbrella). But Internet rights advocates are now crying foul over liability issues, a probable lack of encryption and a cash-cow model that could scan all your personal data for advertising keywords. From the article: "'Google would be wise to offer users an option to encrypt your information,' says Nimrod Kozlovski, a professor of Internet law at Tel Aviv University. 'It really needs to have really detailed explanations of what the legal expectations are for storing your info.'""

37 of 197 comments (clear)

  1. you have the choice by yagu · · Score: 5, Insightful

    You have the choice to:

    • Not use the google service
    • encrypt your data you choose to store online with them
    • use some other service

    Seriously, the issues raised are the same as with the other on-line storage services. And, this move by Google mostly integrates/consolidates what they already offer, albeit with the extension of storing any kind of data. I think it's great, I've started storing much of my data on line in various forums and I love the internet access. At your parents house and need a file? Download from the clouds. Got a special inside track on a new job and they need your resume, quick? From the clouds. Serenity now!

    If you've got data you think sensitive, encrypt it, or figure out a different way to store it. Personally, from anecdotal, but plentiful, observation, those who store their data "in"/on the internet:

    • are far less likely to lose data
    • have much more universal access to their data
    • will probably spend less overall (no upgrades to disk drives) to store their data
    • and bother me far less with support issues

    As for the screaming about Google figuring out a way to make money doing this, hwah? Kind of what running a company is about. And the more money they figure out how to make by ads makes the price point that much less for you and me, or anyone willing to trust Google. For the moment, I am. I'm assuming I'll get enough warning signs to not trust them, I'll move my data elsewhere. For now, good for Google.

    This isn't new, just big. And, from a personal standpoint, I hope it's one more ding in Microsoft's armor. The more there are alternatives to data locked up in Microsoft's products, the better chances of real competition, and ultimately progress (finally!) in technology. (sorry, had to dig... this is slashdot, right?)

    1. Re:you have the choice by skeeto · · Score: 2, Informative

      encrypt your data you choose to store online with them

      I can think of at least one interesting way to set this up using FUSE. Once this service becomes available, someone writes a FUSE filesystem for it. Then you use encfs to mount an encrypted filesystem on top of the mounted gdrive. Viola! Mount a gdrive locally and hide its contents from Google too.

    2. Re:you have the choice by skeeto · · Score: 2, Informative

      EncFS does all the work for you. You can either go with the default settings or you can choose "paranoid mode" and it cranks everything to the max. Example,

      $ encfs /tmp/enc /tmp/raw

      Creating new encrypted volume.
      Please choose from one of the following options:
      enter "x" for expert configuration mode,
      enter "p" for pre-configured paranoia mode,
      anything else, or an empty line will select standard mode.
      ?>

      Standard configuration selected.

      Configuration finished. The filesystem to be created has
      the following properties:
      Filesystem cipher: "ssl/blowfish", version 2:1:1
      Filename encoding: "nameio/block", version 3:0:1
      Key Size: 160 bits
      Block Size: 512 bytes
      Each file contains 8 byte header with unique IV data.
      Filenames encoded using IV chaining mode.

      Now you will need to enter a password for your filesystem.
      You will need to remember this password, as there is absolutely
      no recovery mechanism. However, the password can be changed
      later using encfsctl.

      New Encfs Password:
      Verify Encfs Password:

      Just had to hit enter, then make up a password.

  2. Encryption as a double edged sword by pwnies · · Score: 5, Informative

    First off, if you're that concerned about your data being secure, you probably should just store it on a personal webserver and encrypt it yourself.
    That being said, I really don't see this as a major concern for Google in relation to the success of Gdrive. A large percentage of people today really don't care about whether or not their personal data is scanned an analyzed, as proven by the information people list on social networking sites like facebook, myspace, livejournal, etc.
    So the real question here is whether or not Google (and the small percentage of users that would use encryption) would benefit enough from this feature to offset the time needed to develop it and the hassles that will come along with it. I think that alot of the users wont realize that if Google encrypts their data with the password that the users provide, then there will no longer be that friendly "Forgot your password? Let us reset it for you." button. People will then be constantly complaining that they can no longer access their data if they forgot their password and had it reset (Because the data is encrypted based on their old password obviously). The only way that Google would be able to recover that data for the user is a.) by brute forcing it, or b.) by using precomputed hashes in a rainbow table format (though something tells me that Google is smart enough to use salts and this wouldn't be an option). Realistically, even Google doesn't have the resources to go around brute forcing people's passwords. This means the only real way that Google could encrypt the data would be to store their passwords as plaintext in case the user forgot it, which is really just providing security as the cost of losing alot more security. All in all I don't see the process being beneficial for Google or the users.

    1. Re:Encryption as a double edged sword by nahdude812 · · Score: 4, Informative

      The idea behind encryption is that even Google shouldn't be able to read your data. If Google holds both the encrypted data and the key, then it is barely different from having it stored unencrypted, but you get to keep your "Forgot the password to my data" option. If Google can't read your data (as is being suggested in the article), then it also can't give you access to it when you forget.

  3. No, Google does NOT need to use encryption by Sycraft-fu · · Score: 5, Informative

    Because that's not useful. If they encrypt your data for you, guess what? They have the key! If you want your data safe from them, YOU need to encrypt it. That's just how it works. If you send your data in the clear to someone else and then they encrypt it for you, that means they can get at your data. Same deal is you send them data and the encryption key as well (see AACS). The only way to give it to them, but not let them at it is for you to encrypt it yourself, and to not give them the key. Then and only then can you be assured that while they have a copy, they can't read it.

    Seriously people, get Truecrypt, it isn't hard.

  4. Jesus Christ by Jugalator · · Score: 5, Insightful

    At least let Google say something on their plans first...?

    Besides, what's so special even if they'd do this? It's the norm to not encrypt mails. It's the norm to not encrypt instant messages on servers on services that provide offline messaging (Messenger, ICQ, ...). Software may send usage information to some company's servers. Game companies analyze your system to detect cheats, and could in the process find a lot of other things on it.

    As usual, when this is released, I think *gasp* that the users will just have to decide for themselves if they care for having encryption or not. They'll also be free to encrypt their data. Why the rumor mill? Just chill and take it for what it is, as with any other service. It's not like Google will force you onto it. Then I could see the fearmongering kicking in early be more motivated.

    --
    Beware: In C++, your friends can see your privates!
  5. I trust Google as of now... by explosivejared · · Score: 5, Interesting

    Disclaimer: I don't see myself being an early adopter or anything of this service, but not because of privacy.

    cash-cow model that could scan all your personal data for advertising keywords

    What, like the "disaster" that Gmail is? I'm all for Internet privacy, but get some perspective. I trust this service in the hands of Google. They've done nothing to shake that trust, and to be frankly I have good faith that they won't. They're a data miner, sure, but they have always done in the least intrusive way as possible. Get this, I even like their ads sometimes! I know, unbelievable right! So thanks for being watchdogs and all, but as of right now, Google has my trust.

    --
    I got a catholic block.
    1. Re:I trust Google as of now... by Jugalator · · Score: 5, Insightful

      Agreed -- Google hasn't done anything evil about their information other than by machine analyzing the data to provide relevant ads. I think the reason is simple enough... Even if they were evil enough to do anything more, they ought to have the brains to understand how damaging that would be to their brand when it's the god damn core of their business model. Managing information. I mean, I can't even see how Google would even want to do this even from a business perspective. It would just take them to be discovered having done something fishy once and they could risk losing a lot of their reputation.

      --
      Beware: In C++, your friends can see your privates!
    2. Re:I trust Google as of now... by vux984 · · Score: 2, Insightful

      They've done nothing to shake that trust, and to be frankly I have good faith that they won't.

      Pretty much anyone who has ever dated has been in this situation. And yet the world is littered with broken hearts, cheating/backstabbing boyfriends/girlfriends, bitter breakups, and vicious divorce proceedings. I'm not saying one shouldn't trust people, but your a complete idiot if you think you can't get brutally hurt. At least with love the risk is worth it... what does google give you? Free webmail? Some online storage? Yeah. That's worth handing over my private life for. I can get a service like that for pennies a month. My private life is worth more than that. Is yours really that worthless?

      They're a data miner, sure, but they have always done in the least intrusive way as possible.

      Ah, so as long as you don't realize it, or even know about it, then its ok.

      So thanks for being watchdogs and all, but as of right now, Google has my trust.

      If you ever stop trusting them they still have everything you ever gave them, and more.

      Your email, your conversations, your documents, your address, the business you associate with, the people you associate with, your friends, your family, the stocks you track, your political leanings, and much much more.

      Some us are thinking ahead so that hopefully people like you don't get raped by the future. Your privacy is important, its a shame you value it so poorly.

  6. I am so tired of hearing about this. by Evil+Kerek · · Score: 5, Insightful

    #1 - Everything on the internet is not free. Actually, nothing is truly free - there's a cost SOMEWHERE. #2 - You do not have to use G So stop getting your panties in a wad. Just because YOU don't like the idea of it, doesn't mean some of us couldn't care less and like the idea of free storage. Everyone acts like GMail is the only mail system out there or that they are being forced to use it. Don't like the ads? Don't like that Google might read your mail? DON'T USE IT. You have plenty of choices out there - it's not Google's responsiblity to provide you with free anything. Get over yourselves.

  7. For Encryption... by epiphani · · Score: 3, Informative

    Use truecrypt. Open, GPL, quick and easy.

    --
    .
    1. Re:For Encryption... by cromar · · Score: 3, Informative

      For the lazy :)

      Looks pretty cool, but I am guessing that it couldn't be used in conjunction with gDisk. Also, "only" Windows and Linux are supported.

    2. Re:For Encryption... by Mazin07 · · Score: 4, Informative

      You'd have to create a local encrypted "container" (which is a filesystem in itself), fill it with data, and then put it on your gDiskDriveSpaceBox.

      It's like storing a safe at the rental storage unit.

    3. Re:For Encryption... by PopeRatzo · · Score: 4, Informative

      Truecrypt is a really nice solution, not necessarily to gDrive (although it might be), but to protecting your privacy generally.

      But I suggest you get it quickly. I believe that as soon as some "killer" encryption app that is user-friendly(for non-techies) and secure comes along, we will see efforts to outlaw private, personal use of encryption.

      There's a guy named Zimmerman who can tell you just how badly the government would like to make it against the law to encrypt data or communications. And the idea that he got in trouble just because foreign countries could get hold of pgp is simply a flimsy excuse. There have already been cases where the personal use of encryption alone has been used as probably cause for the search and seizure of person and property.

      Sure, I'm a paranoid, but that doesn't change the fact that the corporate authoritarians who are running our government are engaged in a full-court press to take away our freedom and our privacy. And they are succeeding at an unprecedented rate.

      I hope one of you out there comes up with a simple app for encrypting data that works well with gDrive. And thanks, cromar, for the link to Truecrypt. I played with it a while back, but now I see that it's been improved to the point that I'm going to use it on all of my external storage.

      --
      You are welcome on my lawn.
    4. Re:For Encryption... by VGPowerlord · · Score: 2, Funny

      Zimmerman? Was he the one that said "Privacy? Google?! Pssh!"?

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    5. Re:For Encryption... by PopeRatzo · · Score: 4, Interesting

      I don't quite understand how this would happen.
      I understand your feelings, jvkjvk. I didn't understand how the government would take away the right to habeas corpus, or how it could hold American citizens as "enemy combatants" or how it could eavesdrop on the entire internet. I thought for sure that someone, somewhere in Congress or surely the Supreme Court would say "wait, we have a Constitution here, that says you have to do things a certain way". I didn't realize that our system of checks and balances was a fiction or that our system was so vulnerable to a committed sociopath who wanted to bring down our system of laws (Bush or Cheney, take your pick). Even failing all of those, I was sure that our press, the watchdogs of our freedoms, would leap into the fray and scream bloody murder if someone tried to do what the Bush Administration did. Unfortunately, it seems that they've been so beaten down by being told they were too "liberal" for the last 2 decades, and corporate interests have so thoroughly enforced their ownership, that there doesn't seem to be an effective press any longer in this country. They're too big worrying about one candidate's cleavage and another candidate's haircut.

      I didn't understand how it would be possible for the government to do searches and seizures without a warrant, in lieu of a declared war, or for that matter how, so soon after Viet Nam, a massive mobilization of our troops causing thousands of American lives could be engaged without a formal declaration of war, especially in lieu of the target of that invasion having attacked the US. I didn't understand how it would be possible that we'd fight that war using corporate-led army of private mercenaries who would be above the law of any world nation. I didn't understand how it would be possible for a Presidential election to be decided by a couple of Republican-appointed Supreme Court justices after they forced a state to STOP COUNTING VOTES.

      But that's where we are today. Trust me, before a woman or a black man is elected President, personal users of encryption will be considered outlaws. Hell, did you ever think that someone whose grandson used a legally available piece of software for its intended purpose could be considered an outlaw and fined hundreds of thousands of dollars, having had a private squad of thugs raid her house and seize her computer?

      I could go on, but it's Friday night and this vodka/cranberry juice is starting to put me into a good mood. It's been a long week and fighting fascism is thirsty work. I pray that a lot more of you highly-skilled, technically savvy, bright people give it a try (fighting fascism, not vodka/cranberry), but until the government seizes your iPods and your Xboxes and your 42" HDTVs it probably won't happen. But then again, with the sources of cheap credit which fuel our consumer economy drying up, it just might. When it does...meet the boys on the battle front.

      Peace, citizens.
      --
      You are welcome on my lawn.
  8. I do not get it by bogaboga · · Score: 2, Insightful

    When it comes to GDrive, I wonder whether anyone is being forced to use it. I doubt this is the case. If this is not the case, why not just avoid it? Shhesh?

  9. Can't say I'm concerned by Yalius · · Score: 5, Insightful

    It's a free service, some will find it useful, some won't. I mean, what kind of nimrod would expect his data to be 100% perfectly private and encrypted if he's outsourcing his data retention to someone else, and then question the company storing his data for, um, storing his data in the form he transmitted it? I just don't get the OMFGism.

  10. "Internet rights advocates are now crying foul" by serviscope_minor · · Score: 4, Insightful

    Simple, don't use it. Seriously, google aren't in the business of simply giving stuff away out of the goodness of their hearts. They're giving things away because they think that they can generate revenue. Pretty much the only thing they get for storing your data "for free" is the data itself.

    Just like your emails: you pay them by giving data so that they can search it advertise to you. Why would anyone think that they would do anything else with more of your data.

    If you are sufficiently naive to think that a company will simply give you free online storage for no benefit to themselves, than I have a bridge to sell you. Lots of traffic, one careful owner...

    --
    SJW n. One who posts facts.
  11. Re:Wrong. by Paul+Rose · · Score: 2, Informative

    Maybe I'm just completely mising your point, but:

    This is patently wrong. Why can't I supply them with a public key that they use to encrypt,

    Because if they are doing the encryption then they have the plaintext.

    They store two copies, the text that they encrypt and allow you to read, and the plaintext that they mine for info.

  12. Re:That's a real name? by waztub · · Score: 2, Informative

    Actually, Nimrod is a fairly common Israeli name. It's from the Bible.

  13. This is Madness. This is Slashdot. by njfuzzy · · Score: 5, Insightful

    This is idiotic. Seriously. The "product" in question is a rumor. No details are confirmed about how it will work, what advertising hooks there will be, what features it will have, or whether it will ever see the light of day. You know what criticizing it at this point makes you? Not an analyst, not an expert, not a technologist. It makes you a guy with a guess and a blog.

    --
    My Photography - http://ian-x.com
    The Deathlings (comic) - http://thedeathlings.com
    1. Re:This is Madness. This is Slashdot. by grassy_knoll · · Score: 2, Funny
      Ahem.

      It makes you a guy with a guess and a blog.


      Note to self: get blog.
  14. Hmm.. by Selfbain · · Score: 3, Funny

    Do they write these articles from scratch or do they have a program that just generates them from a template whenever Google makes an announcement?

    --
    Well, it has never been successfully tested.
  15. Want another M$? by jhRisk · · Score: 3, Interesting

    Granted Google has not yet shown us they're capacity for evil (tm) the way M$ has over the years but give them a chance... they're still young. Bottom line is that the same arguments I've seen here for why it's not a big deal (ex. do this, do that or don't use them) are the very ones used for why M$'s monopoly is not so bad (ex. use Linux, do this, do that) Problem is M$'s stanglehold at this time makes those options less "adaptable" for the masses. If we knew then what we know now we would have prevent M$ from even getting there.

    But Google can do no evil, right, therefore despite this company being at that very point where we can do something before the ignorant masses consume their products in such quantities to the point where, like M$, change is difficult, we shouldn't worry about the same thing happening here, right? Yeah... right. Unfortunatley I see another monopoly coming but this time on personal information products which may not restrict our freedom of choice in the same sense as the M$ one does (eg. our ability to choose alternate technologies) but will be so valuable and so entrenched in everything that it'll be just as difficult to move away from.

    We realistically could see most people, companies and even the governments depending on Google the way we did on Blackberries. It took the RIM injunction scare of 2006 to open some eyes up since even emergency services were depending on Blackberries (sigh.) Think beyond this on Google product, their 700MHz band bidding and every isolated move they've made in the past 5 years or so. Look at all of it holistically and as much as I like them and their products I don't like where it potentially leaves us in the future.

    --
    That's just my POV... no more, no less.
  16. Re:gdrive? by The+Angry+Mick · · Score: 4, Funny

    i got dibs on the ../pr0n directory

    Would that be called the "G-Spot"?

    --

    I'm not tense. I'm just terribly, terribly, alert.

  17. how could Google encrypt? by eean · · Score: 2, Insightful

    Whats the point of having Google encrypt and decrypt your info? They'll have to turn it over, decrypted, if served with papers. And wouldn't release it otherwise.

    Encryption has to happen client-side.

  18. These "privacy advocates" have no business by IGnatius+T+Foobar · · Score: 3, Insightful

    I don't know who these supposed "privacy advocates" are, but as far as I'm concerned they can go f**k themselves. If they don't trust their data on Google's servers, then don't use the service. END OF DISCUSSION.

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
  19. eCryptfs by omnirealm · · Score: 3, Informative

    When Google provides a Linux filesystem (either native or via FUSE), people can use eCryptfs to prevent Google from reading the contents of their files. eCryptfs stacks on top of other filesystems and encrypts the data.

    --
    An unjust law is no law at all. - St. Augustine
  20. Re:Trust the large corporation by m4ximusprim3 · · Score: 2, Insightful

    zzzz..*snort* roomba!...zzzzzzzzz *dreams of capresso* Back OT: I don't trust them as far as I can throw them. But, that doesn't mean it's not a useful service and that I won't use it. I'll just stash my bank records somewhere else. See? simple!

  21. Re:Nimrod Kozlovski by sm62704 · · Score: 3, Funny

    Well hell, with a name like "Anonymous Coward" I can see why you would get picked on. My name got its share of yuks, especially since I wore coke bottle glasses* "Oh, mcgrew, you've done it again!"

    But I really felt sorry for another kid in class, Charlie Salmon.

    -mcgrew

    * Coke bottles used to be made of very thick glass back before the stone age. Mr. Magoo was a nearaly blind cartoon character who was too vain to wear his glasses and unwittingly did good in every episode. Yes, I'm a geezer. I see they brought Charlie Tuna back.

    --
    mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
  22. You don't necessarily need encryption by Mr.+Pibb · · Score: 2, Interesting

    You can just use any obsolete archiver if you don't want Google scanning your data. Sure, they could write a module to unzip your files, but are they going to bother with LHarc and .ZOO files?

  23. I let my E-mail Provider Read All My Mail by Jon_S · · Score: 3, Insightful

    This same paranoia came up when GMail came out. People all freaked out that Google was reading their mails to match up ads.

    I don't have GMail. I pay for a service (*) rather than look at ads.

    But you know what, I still let my e-mail provider read all my mails. How else does anyone think that spam filters work? You can't filter out spam without reading the e-mails.

    It's not like Eric Schmidt is there reading each message looking for the good ones.

    * service = fastmail.fm I highly recommend them.

  24. Nothing specific to Google by ozzee · · Score: 3, Interesting

    There already exist drive in the sky web services. I suspect Google's gdrive is only a me-too comparable service. If we're so paranoid (which I probably am), then the game is already won by the bad guys. Case in point, over the last year, I have needed to wipe my hard drive clean four times because something went awry, just unexplicable things like network services starting to do strange things. No virus check found anything. With the guise of a Microsoft update, my computer can be surreptitiously surrendering all kinds of information against my will, we don't need a gdrive for that, it's already possible and more than likely happening to almost all who use Windows.

    I can think of a few fixes but it's probably not going to be something that will happen fast or without a fight.

  25. Griping about vaporware by ElizabethGreene · · Score: 2, Insightful

    Does no-one else observe the futility of griping about a product that does not exist yet? Let's see what they come up with before gathering the pitchforks and torches. -ellie

  26. If you don't like privacy advocacy by xant · · Score: 2, Interesting

    You can ignore it. It's the same advice you gave.

    If there's a privacy problem, Google is not likely to tell you about it. Not everyone in the world is aware of problems with the privacy of their data. "Advocates" are the people who warn other people about those problems. Everyone should make their own informed decisions. It is ridiculous to think every possible user of GDrive would know the possible issues with it.

    That's assuming the problems will actually exist, which I'm not convinced of yet.

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.