Slashdot Mirror


Should Cloud Vendors Decrypt Data For The Government? (helpnetsecurity.com)

An anonymous Slashdot reader quotes an article by Help Net Security's editor-in-chief: More than one in three IT pros believe cloud providers should turn over encrypted data to the government when asked, according to Bitglass and the Cloud Security Alliance (CSA). 35 percent believe cloud app vendors should be forced to provide government access to encrypted data while 55 percent are opposed. 64 percent of US-based infosec professionals are opposed to government cooperation, compared to only 42 percent of EMEA respondents.
Raj Samani, CTO EMEA at Intel Security, told Help Net Security the answers ranged from "no way, to help yourself, and even to I don't care..." But since vendors can't satisfy both camps, he believes the situation "demands some form of open debate on the best approach to take..."

79 of 136 comments (clear)

  1. Turn over: yes. Decrypt: no by sciengin · · Score: 5, Insightful

    If they receive a legal and correct warrant, meaning one that has issued by a proper court, not a secret, shady, pseudo-military one, where the accused can challenge it, then yes, the cloud provider should turn over the data.

    A smart provider however will have implemented its data management software in such a way that only his client has the key to decrypt the data it just turned over to the government. That way it cannot even be forced to decrypt it without violating the rules of mathematics and complexity theory.

    If that is not the case, meaning that the cloud provider is able to decrypt the data themselves, then a warrant might be only the least problem a client will have with such a company. Most likely their biggest problem will be that the cloud provider uses that data to directly or indirectly harm them, either by selling it to advertisers or by being unable to protect it during hacking attacks.

    1. Re:Turn over: yes. Decrypt: no by Ormy · · Score: 1

      This. Mod parent up.

    2. Re:Turn over: yes. Decrypt: no by Z00L00K · · Score: 2

      As an user I wouldn't store my data with any kind of encryption that the provider offers, I would turn to only store it in Veracrypt archives or similar.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    3. Re:Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 3, Insightful

      Guess what? Law enforcement officials still caught bad-guys when all the data about whatever they were planning was in their heads or on papers the police never got to see during their investigations. Police being lazy is no excuse for insecure data storage.

    4. Re:Turn over: yes. Decrypt: no by cryptizard · · Score: 1

      Besides simple cloud storage, a lot of applications require the provider to be able to decrypt a client's data. Gmail for instance: without being able to decrypt your emails you wouldn't be able to search through your inbox. There are ways to support encrypted searching but they currently impose a substantial overhead on the server, such that "free" cloud services wouldn't be feasible. If you were willing to pay $30 a month for your email, then maybe it could be done, but that is out of the question for most people.

    5. Re:Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 1

      Learn to read.
      All your examples involve the government unlocking it, which has nothing to do with what the OP said.
      > That way it cannot even be forced
      > it
      As in the company holding the encrypted data.
      The OP said that the company can hand over the encrypted data, and then the government can figure it out.
      The company should not be able to decrypt the data.
      That bit about mathematics and complexity theory was clearly just hyperbole.

    6. Re:Turn over: yes. Decrypt: no by BarbaraHudson · · Score: 2

      Would you say the same for anyone who, instead of writing "THIS", would mod the comment up (at +5 right now)?

      The original comment is 100% right - if you're storing sensitive data unencrypted on someone else's server, you're doing it wrong. Now I'm far from a millennial, but I would say THIS deserves to be modded to +10.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    7. Re:Turn over: yes. Decrypt: no by BarbaraHudson · · Score: 2

      the government could send code from the cloud provider to the client which sends them the decryption key

      The stuff should be encrypted locally, and the decryption key never made accessible to the remote computers. So, how are you going to do that if you can't exploit a hole in the client?

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    8. Re:Turn over: yes. Decrypt: no by BarbaraHudson · · Score: 1

      Not only that, but there are plenty of ways of hiding encrypted data so that you don't even know it exists. The oldest is a code book held by both sides, and keywords in the plain text. The germans got caught out on that one when one of their operatives sent the message "mother is dead". They messaged back "is mother dead or deceased?"

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    9. Re:Turn over: yes. Decrypt: no by postbigbang · · Score: 4, Insightful

      No sane entity stores unencrypted ASSETS anywhere. No network is safe from anything, let alone the bunglers in government. Unless you want the world to know and therefore own your assets, encrypt it. AES-256 with extra hashes at minimum is good, but there are others that are just as painful to decrypt.

      Cloud providers may have their own encryption schemes, but one presumes they're vulnerable, which is why you used your own-- and let the cloud vendor's scheme scramble it more.

      This moots the initial question, which is should cloud vendors deliver the goods to $government. The answer is: you don't care. Go ahead, cough up whatever, it's useless without the keys and hashes/hashing algorithms used.

      This is what CASB schemes are all about: control your own assets.

      --
      ---- Teach Peace. It's Cheaper Than War.
    10. Re:Turn over: yes. Decrypt: no by BarbaraHudson · · Score: 1
      There's no reason you can't encrypt an attachment, then search for it using the plain text message. Example: Here's the plans for the power substation. Predictive analysis shows that the part outlined in red will fail by March 15th.

      Translation: Here's the plans for the power substation. Sabotage the part outlined in red on March 15th. They decrypt the attachment, and proceed with their mission.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    11. Re:Turn over: yes. Decrypt: no by cryptizard · · Score: 1

      True, but then you leave the burden of deciding which information should be secret on the sender, which is not always obvious.

    12. Re: Turn over: yes. Decrypt: no by gerf · · Score: 1

      ^^ mod parent up.

    13. Re: Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 2, Insightful

      Agreed 1000%! However, I believe soon cloud operators will face regulation on this issue and will be forced to provide a means to decrypt for the gov or not be able to operate in the country.

      And don't be surprised if a cloud provider that does only provide encrypted data get hit with an obstruction of justice or aiding and abetting charge.

    14. Re:Turn over: yes. Decrypt: no by fahrbot-bot · · Score: 1

      That way it cannot even be forced to decrypt it without violating the rules of mathematics and complexity theory.

      As though stuff like that has ever stopped the government (aka: politicians) to date. The only rule to remember is: You can't argue with stupid.

      --
      It must have been something you assimilated. . . .
    15. Re:Turn over: yes. Decrypt: no by SvnLyrBrto · · Score: 3, Informative

      Yes, But that's a known limitation of gmail. And if you're using the service, you've accepted that limitation.

      Besides, it's a limitation that can be mitigated. Gmail allows access by standalone IMAP clients. So you can use whatever GPG-enabled client you like, on a computer running with full-disk encryption, and go ahead and use gmail. Google will know who you're talking to, but not what you're saying. And you would still be able to search your mailboxes locally.

      --
      Imagine all the people...
    16. Re:Turn over: yes. Decrypt: no by AchilleTalon · · Score: 1

      Upon reception of a valid warrant, the cloud provider should comply, provide the data and decrypt the data if it was encrypted by itself. Why a cloud provider should take side and decide to protect a party against another without legal binding to do so? There is no ground for such an insane behavior from a cloud provider. The cloud provider is providing services. If the client wish to protect his own data, it is up to him to protect it and encrypt it or not put it in the cloud in first place. Why should a cloud provider transform itself into a privacy activist?

      However, if the provider is bound by contract to protect the data for its customers, in this case it is up to it to do so. But I don't know any sane person who would bind himself with such legal terms.

      --
      Achille Talon
      Hop!
    17. Re:Turn over: yes. Decrypt: no by SvnLyrBrto · · Score: 4, Insightful

      I'd like to add:

      Search for evidence, or assist in doing so: No. The government should not be able to conscript you into actual and unwilling service. With a proper warrant, as you describe, sure: "Turn over the 12 emails between party $x and party $y, sent on 2015-09-14." is okay. "Search for and provide us with every email in the last three years where person $x discussed topic $y with persons $a, $b, or $c, or anyone residing in country $foo." is not acceptable. That requires affirmative work, not just turning over specific (virtual) items they ask for. It steals productivity from the person and the employer. And, frankly, if I liked government work, I could have stayed in the one government contractor job I had; or actually gone to work for the government. "Build custom software, that otherwise would not exist, to insert a backdoor and destroy your product's security for us." is obviously entirely unacceptable as well.

      and:

      Force you to break the laws you're subject to in your business: no, No, NO! If our government wants access to data stored in the EU, that is nominally illegal to export out of the EU thanks to their data privacy laws; it should go through proper international channels to get access to it within the EU. It should not do an end-run around the law, and force some admin from Microsoft (Yes, this is a specific and, I think, still-ongoing case.) to open himself up to liability, and perhaps criminal charges; should he ever go there for vacation.

      --
      Imagine all the people...
    18. Re: Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 1

      Honestly its spam. Its the equivalent of replying with "lol".

    19. Re:Turn over: yes. Decrypt: no by MurryVonSok · · Score: 1

      You should obey magic paper, the same way your government obeys its magical constitution.

    20. Re:Turn over: yes. Decrypt: no by jopsen · · Score: 1

      A smart provider however will have implemented its data management software in such a way that only his client has the key to decrypt the data it just turned over to the government. That way it cannot even be forced to decrypt it without violating the rules of mathematics and complexity theory.

      The problem is that sometimes the key is temporarily present on the providers machines, either sent with API requests for server-side encryption, or present on a VM running client software in provider cloud.

      And as of recent stories it seems US govt believes it can't force the cloud provider to record the key when temporarily present. To me that is the equivalent for forcing the provider to spy on your behalf because the provider isn't merely providing stuff it has on file. Curious what is your take on this?

    21. Re:Turn over: yes. Decrypt: no by JohnFen · · Score: 1

      The problem is that sometimes the key is temporarily present on the providers machines, either sent with API requests for server-side encryption, or present on a VM running client software in provider cloud.

      If your key is ever present, even temporarily, on a third party server then your security model is broken, period. You should not be relying on server-side encryption, nor should you be running client software that needs to decrypt sensitive stuff in a VM in the cloud.

    22. Re:Turn over: yes. Decrypt: no by JohnFen · · Score: 1

      The storage providing company should not provide any encryption at all, that should be the responsibility of the customer.

      Well, I don't know as I'd go that far -- I can think of perfectly fine use cases where that would be handy.

      However, nobody should consider such encryption to be secure enough for really sensitive information. It's more like a lock on a screen door.

    23. Re: Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 1

      And my axe!

    24. Re:Turn over: yes. Decrypt: no by Anonymous Coward · · Score: 1

      It's bitztream, the autism-hating Slashdot troll!

    25. Re:Turn over: yes. Decrypt: no by Rexdude · · Score: 1

      The biggest problem with client side encryption anywhere is the requirement that everyone have a set of keys so you can encrypt data for the recipient. Outside of a business set up, no private citizen ever bothers to use public keys so even if you want to use it, you're forced to send unencrypted mail because not everyone (hardly anyone, actually) will have keys of their own. GPG and other solutions only work if you can convince your friends/family to also use encryption for communication. Since everyone isn't at Edward Snowden level of risk of being snooped on, nobody cares.

      --
      "..One hosts to look them up, one DNS to find them, and in the darkness BIND them."
    26. Re:Turn over: yes. Decrypt: no by Ormy · · Score: 1

      Take your shitty "this" back to reddit you fucking millenial cocksucker.

      I'm not a millenial and I don't use reddit. I strongly agreed with GP's statement but I'd run out of mod points so I gave my approval in written form. If this is a problem for you, no need to cry about it, just ignore it. Simple.

  2. If they have a warrant by cjonslashdot · · Score: 4, Insightful

    A warrant is supposed to provide independent (non-executive) oversight. No warrant - no data. That was the theory. Warrants exist to prevent abuse by the executive government, which would eventually tend to use unchecked surveillance powers to protect itself and to stay in power.

    1. Re:If they have a warrant by msauve · · Score: 4, Insightful

      Warrants are also supposed to supported by probable cause and be specific ("particular") about what's being sought and where. Not "phone records of all calls made in the US," which is exactly what's NOT supposed to be allowed.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    2. Re:If they have a warrant by Anonymous Coward · · Score: 2, Insightful

      It's wishful thinking about warrants.

      If China demands Microsoft hand over data for Diebold corp, which contains their US election machine data, it's fine as long as they have a warrant? You seem to assume your own countries warrant.
      Or USA demands cloud data for Gemalto (the Dutch SIM card maker they hacked to get the handset keys) with one of their special warrants? OK for Dutch people?
      Or UK demands US citizens cloud data in secret (Snoopers Charter warrants permits this), then hands it over to US agency (info sharing treaty permits this)? A legal but dodgy workaround of US rights. OK? Even allies have abused such a system.

      A warrant only works if there is an interest party to oppose excesses. That's the person or company whose data they're trying to grab. That's the party with the interest in defending the data. A cloud provider just wants an easy life with decent profit.

      In many cases a warrant has become just a letter or phone call with no opposing voice to challenge. It often has no judicial or independent check. e.g. a RIPA warrant in the UK, has no check, is not revealed to you, is just a letter from a policeman, is never challenged in court, and millions of these are issued.

    3. Re:If they have a warrant by Anonymous Coward · · Score: 3, Insightful

      The problem is that first off a vast majority of information requests from the government these days are not in the form of a warrant, they area subpoena, which have little if any judicial oversight. Businesses can challenge them in court but often don't as this is a time and cost intensive process that can result in "unfortunate" side effects (see Qwest). Secondly warrants are a joke these days, for example the FISA court approves 99.97% of requests. And even in the rare cases where there has been enough evidence to prove beyond all doubt that a warrant (which can't be challenged until after the fact) was illegally obtained court cases have held that any evidence resulting from that search can be used anyways.

    4. Re:If they have a warrant by Beezlebub33 · · Score: 5, Insightful

      FWIW, the argument that 'metadata is not data', and so who you called does not require a warrant, based on Smith v Maryland. The Supreme Court ruled that gathering metadata does not constitute a search.

      However, that was 1979, pre-internet. In light of the ability to collect massive amounts of metadata, from almost all aspects of a persons life, combined with the ability to computer analyze that information, I would argue that Smith v Maryland should be re-considered. In that case, it was decided on the idea that the gathering of metadata provided limited insight to a persons life, and that is no longer the case.

      --
      The more people I meet, the better I like my dog.
    5. Re:If they have a warrant by ATMAvatar · · Score: 1

      In that case, it was decided on the idea that the gathering of metadata provided limited insight to a persons life, and that is no longer the case.

      It was never the case, or law enforcement would never have started collecting it in the first place. It was merely a bullshit argument to get around that pesky 4th amendment.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    6. Re:If they have a warrant by wvmarle · · Score: 1

      While the amount of insight a piece of metadata provides maybe hasn't changed, the sheer amount of available metadata (and the capacity of analysing it) has increased drastically.

    7. Re:If they have a warrant by msauve · · Score: 2

      The "metadata" in Smith v Maryland was limited to what a pen recorder could provide, which was called party number, time and duration. Contrast that to cell phone records which also contain caller number (so now data is specific to actions made by the target), location, voice/data/SMS information, and a stronger association with an individual (a landline of S v M vintage wouldn't be as closely associated with an individual as a cell phone).

      Additionally, the decision in S v M depended upon a user's lack of an expectation of privacy - that was the days of Ma Bell, where you took what they offered (which included no assurance of privacy) or nothing. Modern cell companies are competitive, and most if not all offer specific privacy policies as part of their ToS, so there _is_ a reasonable expectation of privacy.

      None of that has been addressed in subsequent cases, law enforcement has simply taken the attitude that anything other than the actual voice content is OK.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    8. Re:If they have a warrant by cjonslashdot · · Score: 1

      Most definitely. Metadata is highly sensitive. Indeed, who you talk to is information in its own right - imagine an oppressive regime collecting a list of who the regime's opponents associate with: that list can be used to round up those who are opposed to the regime.

    9. Re:If they have a warrant by JohnFen · · Score: 1

      I would argue that Smith v Maryland should be re-considered.

      Me too, since the ruling made no sense to begin with.

  3. "more than one in three IT pros" by Anonymous Coward · · Score: 2, Interesting

    1) Is it legal in the US to ask the question of job candidates, "Do you believe that the government should be required to hand over cloud data to the government without a warrant targetted to a particular individual?" I would ask this and reject anyone who said 'yes'.

    2) Which immediately shows that the question is annoyingly ambiguous because it doesn't specify whether this is fishing expedition type access or targetted warranted access, so the survey results are meaningless.

    In particular, it might be that e.g. German respondents with their strong privacy laws assumed it was only referring to access with a warrant.

    1. Re:"more than one in three IT pros" by Anne+Thwacks · · Score: 3, Insightful
      Correct -
      • 9/10 Slashdot abusers believe that asking ill-defined questions lead to ill-defined results.
      • 9/10 pollsters are paid to ask ill-defined questions.
      • 9/10 "journalists" have some difficulty spotting a question, and when they do, they report on the spots, and not the question... I blame alcohol.
      --
      Sent from my ASR33 using ASCII
    2. Re:"more than one in three IT pros" by JohnFen · · Score: 1

      1) Is it legal in the US to ask the question of job candidates, "Do you believe that the government should be required to hand over cloud data to the government without a warrant targetted to a particular individual?" I would ask this and reject anyone who said 'yes'.

      This would be perfectly legal in the US.

  4. Nope by Anonymous Coward · · Score: 1

    No. Governments get hacked on such a regular basis that they can't be trusted with keeping the information secure, as proliferation of locations holding information increases chances of it being accessed.
    Also the governments themselves can't be trusted not to misuse information.
    Also, information should never be decrypted under circumstances that the specific information is being asked for, directly or indirectly, by a foreign government. Globalism can go take a break in the bottom of the toilet.

  5. The real question should be by johanw · · Score: 1

    Do you think that cloud services should be setup in such a way that the provider is even capable of decrypting user data? IMO, the answer should be no.

    Of course, for some kinds of publicly available data like websites this does not hold. If anyone on the world can see them and is supposed to be able to see them, the government can too, even without a warrant.

    1. Re:The real question should be by Antique+Geekmeister · · Score: 1

      > Do you think that cloud services should be setup in such a way that the provider is even capable of decrypting user data? IMO, the answer should be no.

      Encryption, and robust encryption, puts the data at the risk of losing the keys. Even securing the keys in a reliable escrow service leaves them vulnerable both to loss, and to theft. And if you test the performance of encrypted disks, encrypted SSD access, and encrypted network communications, all have significant performance costs and even electrical costs for supporting the additional processing needed. It also makes backups vulnerable to bitrot, where bitrot will break the decryption process where it might have been previously a recoverable error with unencrypted data.

      This would mean very real performance losses and rate increases for even the simplest of cloud services. Few businesses are wiling to spend that much even on genuinely increased security.

    2. Re:The real question should be by wvmarle · · Score: 1

      Why rate increases for the cloud service? The data ought to be encrypted before it even leaves the trusted host and is uploaded onto the cloud.

      The problem with having your encryption done by the cloud service, is that the cloud service must have full access to your keys (not just store them with password protection). That in itself negates a large part of the reason you want to encrypt in the first place.

      Encrypting everything before it leaves your own network may however cause a big headache when sharing the data with other people, which together with off-line backups is the only reason I can think of one would want to use a cloud service to store data. So anyway it's not all that easy.

    3. Re:The real question should be by cryptizard · · Score: 3, Insightful

      This kind of naive approach only works for simple storage services like Dropbox. Anything more complicated and the server has to be able to decrypt the data in order to do its job. Gmail has to be able to search through your inbox. AWS has to be able to run code over your data. There are some cutting-edge crypto solutions to do searching or computing over encrypted data, but they add substantial overhead on the server side. It would increase the cost of cloud services by 100x or more.

    4. Re:The real question should be by Antique+Geekmeister · · Score: 1

      > Why rate increases for the cloud service? The data ought to be encrypted before it even leaves the trusted host and is uploaded onto the cloud.

      In that case, you'll wind up paying in the short or longer term in resources. Investing some of your VM's computational resources in local encryption means resources not available for the tasks that the server actually provides, and may require larger instances or longer run time. The encryption winds up costing electricity, if nothing else, and someone will wind up paying extra for that unless your servers are notably overpowered for their task.

      I agree that full access to any keys for the cloud provider is a problem. It's why some people encrypt attached storage, and provide the keys manually at boot time. It's also why Java based keystores support manual unlocking of the keys when a Tomcat or similar server is started. That still leaves that startup session requiring manual intervention or a sophisticated "phone home" tool. Unfortunately, the work to provide and support _that_ is not free.

    5. Re:The real question should be by JohnFen · · Score: 1

      If operating in a secure manner means that cloud services become uneconomical, that is a strong argument that cloud services aren't yet at the point where they should be widely deployed.

    6. Re:The real question should be by JohnFen · · Score: 1

      Which is a big part of why cloud services should be generally avoided.

    7. Re:The real question should be by cryptizard · · Score: 1

      How is it different from any other contractual arrangement though? You might as well say "avoid banks" because money is only safe hidden under your mattress.

    8. Re:The real question should be by cryptizard · · Score: 1

      Yes you can do this but the leakage is actually quite significant. There is a paper from CCS last year that shows with medical records, for instance, a large fraction of the secret data is leaked when encrypted with deterministic encryption (necessary for your index). There are more advanced searchable encryption schemes that have better leakage, but at the end of the day you either settle for lesser security or have huge server overhead.

    9. Re:The real question should be by cryptizard · · Score: 1

      If the server can decrypt it, then it wasn't a proper application of encryption to begin with.

      https://www.youtube.com/watch?...

      It's always good to encrypt data at rest. Even if the cloud provider has the key, it makes it less likely that attackers will get access to your data because they need both the ciphertext and the key, which are hopefully in different locations.

    10. Re:The real question should be by JohnFen · · Score: 1

      How is it different from any other contractual arrangement though? You might as well say "avoid banks" because money is only safe hidden under your mattress.

      The nature of the contract doesn't really enter into it, as neither the two primary sources of attacks (criminals and the government) are restricted by a contract.

      Your analogy isn't quite on point, in part because there are special banking laws that somewhat mitigate the risk. Cloud providers are not subject to such special regulation.

      The analogy would be better if you said "pay only with cash because other payment systems enlarge your attack surface". Which isn't incorrect.

  6. If it's available for them to do so.... by Heebie · · Score: 1

    If the information is available to the cloud provider to do so, then they should.... however... the cloud customer should be encrypting the data in a fashion where the cloud provider has no access, so the cloud provider then just hands over a big lump of encrypted data... then they are not in violation of anything, and are not "interfering with an investigation" etc.., but they also haven't compromised their customer's security... because they aren't capable.

  7. Depends by alzoron · · Score: 1

    Are we talking just friendly requests or court orders that went through the full legal process? If it's just a request the response should be "Screw off, go get a warrant." I'm of the opinion that anyone that stores data for you in a professional capacity is acting as an agent on your behalf and should enjoy the same legal protections that you yourself would have if you had the data yourself.

  8. Should they? No. Will they? Probably. by darthsilun · · Score: 1

    Then the government can come to me – with a warrant – if they want me to decrypt my data for them.

    I don't store my encryption key on the server with the data.

  9. Which government? by Anonymous Coward · · Score: 1

    So which government are we talking about? Because each company has multiple jurisdictions, and can be forced in ANY of those jurisdictions to hand over data for ALL those jurisdictions.

    In the UK, Theresa May made it legal for UK to demand any data from any company 'cos Terrorist-might-eat-your-babies. She didn't restrict it to the UK. She even added a clause requiring they decrypt any data they encrypted. As soon as she did that, she opened the doors to Putin who promptly demanded keys from every business in Russia 'cos Terrorists-might-eat-your-babies.

    By requiring they have a way to remove any encryption they add, it means they also can remove it for Putin too.

    Putin's law, likewise doesn't restrict itself to the keys only for Russia, once he's got them trained into handing the FSA live feeds for their data, he'll demand more and more access abroad. So will Theresa's lot. So will the Chinese soon. Thus they've created a race to zero-privacy for countries that require decryption.

    EMEA is basically middle east. Are Israelis cool with Saudi Arabia getting their data? Are Saudi's cool with Israeli's getting their data? I'm pretty sure they're not, yet Microsoft, Drop Box, Google, etc. is in both places and subject to both sets of demands.

  10. Re:Useless question by Z00L00K · · Score: 1

    Which is why Windows 10 was pushed so hard.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  11. Duty to Protect Privacy by Roger+W+Moore · · Score: 2

    I'm of the opinion that anyone that stores data for you in a professional capacity is acting as an agent on your behalf and should enjoy the same legal protections that you yourself would have if you had the data yourself.

    That's not what I want since it leaves the provider the option to voluntarily share my data. What we have in Canada is far better: the holder of the data has a legal duty to protect your privacy and cannot share you data with anyone unless required to do so by law.

  12. Probably have to with a warrant by swb · · Score: 2

    With a warrant and the ability (the keys), cloud vendors would probably have to decrypt it.

    The rubber hits the road when it comes to "without a warrant" -- that tests how flexible their morality is. Are they willing to turn down only the requests where a legitimate court order wasn't present?

    It seems obvious to me that if you want encrypted data, you probably want to encrypt it yourself. The cloud is just storage, you can create your own trust model for encrypted data that doesn't include them.

    That being said, there may be practical advantages to cloud-provider managed encryption where the risk:reward makes provider encryption worthwhile. What would be nice would be an encryption system with an access log of some kind to verify key usage. This would allow for a canary in the coal mine warning that your data had been decrypted by someone else. It's imperfect, but it's better than just silent loss of access control.

    1. Re:Probably have to with a warrant by arth1 · · Score: 1

      With a warrant and the ability (the keys), cloud vendors would probably have to decrypt it.

      A warrant can force them to hand over the data and any keys they may have, but demanding that they decrypt it (in the US) requires invoking the all writs act, and that will require more than a rubberstamp warrant. It cannot be used for more convenience - it can only be used when there are no other judicial or practical means.

  13. Re:Useless question by arth1 · · Score: 1

    Which is why Windows 10 was pushed so hard.

    The harder the push, the more inevitable the fall.

    People can take a lot of abuse, as long as the abuse is added gradually. But when it becomes clear that they've been backed into a corner, they will react - violently.

  14. Now you have to convince me by Opportunist · · Score: 1

    Why should I store my data with you if you will hand it over to someone with as much as a "gimme" as an order? Moreover, why YOUR government. I fully cooperate with mine. No questions about this. Yours? Piss off!

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  15. Re:Data by Opportunist · · Score: 1

    What? My mother was a saint!

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  16. Encrypted data? Sure. by fahrbot-bot · · Score: 1

    More than one in three IT pros believe cloud providers should turn over encrypted data to the government when asked, ...

    Have all the encrypted data you want. The keys and/or forced decryption are another matter.

    --
    It must have been something you assimilated. . . .
  17. Phrased this way you're asking about rule of law. by hey! · · Score: 1

    If you're in a situation where the government has proper legal authority to demand decryption, and you believe in the rule of law, then you must decrypt.

    That much is simple. But there are two complicated angles to this: (1) What to do when the government doesn't have the legal power to compel you to decrypt and (2) when the government should have the power to compel you to decryupt.

    As a private citizen one often does things one is not required to out of public-spiritedness. But as a provider of IT services you're not being public spirited with your own resources, you're volunteering stuff that belongs to other people -- in fact stuff those people have entrusted to you. So I'd say the decision boils down to this: as a provider of IT services you should decrypt your customers' data if -- and only if -- the law compels you to.

    There are exceptions, e.g. if the Gestapo are looking for Anne Frank's family you'd be justified in not decrypting a document that will lead them to the attic where they're hiding. In other words situations where civil disobedience is justified. But then you'd better be prepared for the consequences.

    As for how much legal power the government should have to compel, I've watched these things for many years and thought about that, and the conclusion I've come to is there is no one single, simple answer. There are good arguments on both sides, but the danger is in the assumptions behind the arguments. My belief is that the amount of power the government should have to compel should depend upon the degree to which that power is constrained by oversight and transparency. The harder it is for a government to abuse a power the more it safe to give it power; or equivalently: the easier it is for a government to abuse power the less it should have.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  18. Let's put this in another way... by Z80a · · Score: 1

    Should the postal service decrypt any mail before delivering it to the government, even if they don't even have the means to do so?

  19. Wrong Question by CanadianMacFan · · Score: 1

    Why is anyone putting anything on the cloud that they haven't encrypted themselves?

    Of there there are some things that you can't encrypt beforehand like the pictures and contacts that go into iCloud. But if you are just throwing files up onto storage on some file server then you should never be depending on the providers encryption. Encrypt all files yourself and then let the provider encrypt it again. That way even if they do happen to hand it over to some government with the ability to decrypt it all that government will get is some encrypted files.

    On my Mac I created an encrypted disk image and I use BitTorrent Sync as cloud software. I put all of my important stuff that I want to work on there when I'm away. The transmission is encrypted and the data is encrypted too. Underneath the disk image is stored as a series of blocks so only those blocks that are changed are transferred instead of the whole disk image. It works very well.

  20. should by MurryVonSok · · Score: 1

    Should the government...?
    No, it should not.

    What financial incentive do I have to do anything for your government? Are you my customer? Did you sign a contract? Oh, you didn't do any of those things? Then fuck the hell off. I have no reason to waste time or money on you.

  21. Re:Wrong Question by jopsen · · Score: 1

    Most of the time you don't just store data.. Often you need to process it too, and doing so in the cloud is easy and cheap, thus you need the decrypted data in the cloud.

  22. Re:TL;DR Yes, with a non secret warrant. by TigerPlish · · Score: 1

    There was a terrorist thwarted earlier this week near where I live. The police tracked him on the internet, knew of his sympathy for ISIS, and were able to act just before he was going to set off his bombs. That ability saved lives.

    Can you tell us if the police just saw his incoherent allahu ackbar noise on Facetwat, or did the police actually got a warrant, and broke into his.. what.. email? SMS?

    You see, AC, I doubt most crims have their plans squirreled away on a secur-ish machine encrypted on hardware and locked in a safe. I think most crims brag their intentions openly, be it Facetwat, or the local pub or burger joint.

    --
    The "Civilized World" jumped the shark ca. 1973.
  23. Re:Phrased this way you're asking about rule of la by JohnFen · · Score: 1

    If you're in a situation where the government has proper legal authority to demand decryption, and you believe in the rule of law, then you must decrypt.

    Yes, and it's unfair and unrealistic to expect companies to violate the law to protect your data (even if the law is abusive). This is why the services themselves should not have the decryption keys. That allows them to comply with all laws without endangering their clients.

  24. Re:Wrong Question by JohnFen · · Score: 1

    That's actually OK as long as everyone who has an interest in the data is aware that their security is being sacrificed to save a few bucks.

  25. Should they or WILL they? by p51d007 · · Score: 1

    Only under a court order, should they do this. And by court order, I mean an open court of law, not these so called hush hush courts that no one knows about. But, what will happen, is these businesses will be forced to decrypt the data "or else" their access to the internet will be disrupted, the IRS will magically investigate them, justice department will investigate them, labor law will investigate them and on and on. The government, has unlimited resources to get anything they want.

  26. Well I thought it was funny by Bruce66423 · · Score: 1

    but then being introduced to Monty Python at the age of 12 is liable to do interesting things to one's sense of humour

  27. Likewise the UK data protection act by Bruce66423 · · Score: 1

    To release data without a legal justification would constitute an offence. The fact that it happens routinely and is seldom prosecuted is disappointing, but the potential is there.

  28. "asked" by Tom · · Score: 1

    When they are asked? Hell no! You do that even once, you will be on my list of vendors I will never, ever work with, and recommend every client I consult to not touch with a ten foot pole, either.

    When served with a proper court order? That's a different story.

    --
    Assorted stuff I do sometimes: Lemuria.org
  29. American Business Espionage by treczoks · · Score: 1

    One important aspect of all the primarily American underwear sniffing is that the US services also do business espionage as part of their mission, as they see an strategic asset in this. And they supply American companies with results from these actions, like Boeing, who got information on Airbus contracts to undermine bids.

    So with some cloud providers willingly spreading their legs to be raped by the TLAs, for a non-US company to put business to put data in a cloud system could be considered gross neglect or even willful damaging.

  30. They don't ask - National Security Letter by treczoks · · Score: 1

    They don't need a proper court order to force the cloud providers turning over the data. All they need is a "National Security Letter", then the cloud provider has to drop its pants and bend over. No nasty court order necessary. Forget "Due Cause" and "Fourth Amendment", that's a thing of a past long gone.

  31. Support Fees! by tmjva · · Score: 1

    Sure! If the government pays the vendor for support.

    --
    Tracy Johnson
    Old fashioned text games hosted below:
    http://empire.openmpe.com/
    BT