Slashdot Mirror


Is the DEA Lying About iMessage Security?

First time accepted submitter snobody writes "Recently, an article was posted on Slashdot about the claim that law enforcement made about being frustrated by their inability to decrypt messages using Apple's iMessage. However, this article on Techdirt suggests that the DEA may be spewing out disinformation. As the Techdirt article says, if you switch to a new iDevice, you still are able to access your old iMessages, suggesting that Apple has the key somewhere in the cloud. Thus, if law enforcement goes directly to Apple, they should be able to get the key."

135 of 195 comments (clear)

  1. Are you kidding? by IonOtter · · Score: 4, Insightful

    The mere fact that you even have to ASK such a question means the answer is "Yes."

    --
    [End Of Line]
    1. Re:Are you kidding? by BlkRb0t · · Score: 2

      Betteridge says NO though.

    2. Re:Are you kidding? by Anonymous Coward · · Score: 1

      Does Betteridge's Law Apply to All Headlines?

    3. Re:Are you kidding? by russotto · · Score: 4, Insightful

      Betteridge is probably right. The messages are likely technically interceptable but not through the means the DEA tried; they didn't ask the right people the right questions.

    4. Re:Are you kidding? by blackraven14250 · · Score: 5, Insightful

      Getting the key from Apple isn't really "technically interceptible" anyway. The problem, from their end, is likely that they need to subpoena the information from Apple (both past messages and the key for future use), rather than intercept it easily.

    5. Re:Are you kidding? by Anonymous Coward · · Score: 1

      People also think that the DEA or any other enforcement arm of the US government doesn't cheat the law to score convictions. That alone means you should never trust anything they say. The federal courts are ridiculously stacked against defendants.

    6. Re:Are you kidding? by Daniel+Dvorkin · · Score: 4, Insightful

      Contrary to Betteridge, the answer to almost any question of the form "is the DEA lying" is yes. They're a worse propaganda machine than every other alphabet-soup agency put together, which is saying something.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    7. Re:Are you kidding? by Gr8Apes · · Score: 5, Insightful

      This is probably the crux of their complaint - they can't intercept the messages without going through proper procedures, getting a warrant, and leaving a paper trail. This is precisely how things should work.

      --
      The cesspool just got a check and balance.
    8. Re:Are you kidding? by Fuzzums · · Score: 1

      What question? Oh! I see what you're doing here.
      That question that is followed by the "or else..."

      --
      Privacy is terrorism.
    9. Re:Are you kidding? by sjames · · Score: 5, Insightful

      Exactly. The problem (as far as the DEA is concerned) is that they might be forced to actually obey the law themselves for a change. They much prefer tapping what they want with no oversight.

    10. Re:Are you kidding? by mysidia · · Score: 5, Informative

      Getting the key from Apple isn't really "technically interceptible" anyway. The problem, from their end, is likely that they need to subpoena the information from Apple (both past messages and the key for future use),

      This assumes a certain architecture. If the cryptosystem is strong, there is probably a frequent key rotation schedule, in which, the same key that encrypted past messages will potentially be replaced in the future by the time any new messages are exchanged.

      It would be ideal, if some portion of this key were secured by the password, e.g. a SCRPT, BCRYPT or PBKDF2 hash of the password, is part of the secret material required to decrypt the key on the client, and any change of the user's password results in key rotation.

      It is conceivable that Apple could design a system, in which, the keys would be available on multiple of your devices (because you knew an additional secret), but not available to Apple, to extract or find out what the key is (because Apple denies themselves access to the secret)

      Do I think it's designed that way? No... it would not happen by coincidence, for sure.

      Could they have designed it that way? Yes

    11. Re:Are you kidding? by b4upoo · · Score: 1

      Bcrypt is a wonderful tool but it is not strong encryption. PGP now yields to decoding. It could be really interesting to search old transmissions and decode them. Statutes of Limitation may not hold as the evidence of crimes was hidden until now. So the guy that put up a lot of kiddie porn years ago or downloaded such material could be in for a real shock. Politicians and lawyers and the like might also need to squirm a bit. If I got it right PGP can now be decoded in real time. Yesterdays munitions (yes they called PGP a munition) are today's toys.

    12. Re:Are you kidding? by ceoyoyo · · Score: 3, Insightful

      I'm pretty sure you're wrong. PGP uses RSA and IDEA. If RSA was breakable, particularly in realtime, there would be a lot more screaming. Some older versions of PGP had some bugs that were theoretically exploitable, but I don't think any of them have actually been exploited, never mind reliably or in real time. There have been several incidents over the years suggesting that authorities cannot decrypt PGP encrypted data.

      It's possible that some early RSA encrypted messages using very short keys are technically decryptable, but you'd have to be a highly motivated government agency to do so, and you still wouldn't be doing it in anything close to realtime.

      Yesterday's munitions are... pretty much unchanged today, except that you can be extra paranoid and use longer keys now.

    13. Re:Are you kidding? by mysidia · · Score: 2

      Bcrypt is a wonderful tool but it is not strong encryption. PGP now yields to decoding.

      That's not true... BCrypt for a specified number of rounds (adaptation of the blowfish cipher) is stronger than PBKDF2; that is, more resistant against dictionary/brute force attacks using GPUs and other embedded hardware.

      Furthermore, these have nothing to do with PGP.

      All 3 are key derivation functions, which are used to generate an encryption key from a password, and may be salted; such that the key generated is dependent upon both password and salt.

      These are strong, because the computational power required to test whether one specific password is the right one to provide access to the key, is large, and the algorithms cannot be efficiently scaled (at least not as efficiently as the use of a simple hashing algorithm such as SHA256).

      the strength of all 3 algorithms can be varied, according to the computational power available, and the required strength of the key derivation function.

      AES256 is still extremely strong cryptography, when the key is well-protected.

    14. Re:Are you kidding? by mysidia · · Score: 2

      There have been several incidents over the years suggesting that authorities cannot decrypt PGP encrypted data.

      I think it's that authorities can't always decrypt PGP encrypted data.

      In some earlier versions of PGP, or on some certain OS versions, the entropy producing functions of the OS (secure random number generator), were broken, in such a way, that one or more of the asymmetric keys protecting an encrypted document would be a weak keypair, OR one of the symmetric keys protecting an encrypted document would be a weak symmetric key.

      The authorities are more likely to break the encryption by obtaining the IDEA encrypted keyfile, and launching a dictionary/phrase-based attack in order to gain access to the key material.

      Another option is to subvert the recipient; through lawful wiretaps, or a sneak-and-peak type warrant, where malware or covert keylogger is deployed on the recipient's machine, so the key material is exposed, through routine operations.

    15. Re:Are you kidding? by pantaril · · Score: 1

      The mere fact that you even have to ASK such a question means the answer is "Yes."

      IMO the very fact that slashdot suggested totaly closed and 3rd party controlled device to be used for safe communication speaks that this website has fallen. There is no news for nerds anymore, no knowledgable operators/moderators. Trully nerdy/inovative/liberating technologies (like bitcoin) are shuned and rejected here based on FUD. The majority of good users have moved elsewhere (reddit for example). Clueless apple fanboys and similar are the only ones left.

    16. Re:Are you kidding? by ceoyoyo · · Score: 1

      The authorities are more likely to break the recipient (or the sender). Which is the approach they've been taking: in one of those incidents I mentioned somebody went to jail for nine months for not decrypting the message for the court.

      As someone else pointed out, if the NSA or whoever could break RSA it would only make the drug dealers' messages more secure. They wouldn't want foreign governments and international baddies to stop using it because Joe Random got convicted for dealing after his computer was magically decrypted.

    17. Re:Are you kidding? by mysidia · · Score: 1

      The truth is that it's impossible DEA to obtain the encryption key, as Apple doesn't have it.

      Did you read the summary?

      if you switch to a new iDevice, you still are able to access your old iMessages, suggesting that Apple has the key somewhere in the cloud

      How is it possible that switching to a new iDevice would let you access your old iMessages, if Apple doesn't have the key, and the new iDevice never communicated with the old iDevice?

  2. Closed proprietary software is NEVER secure! by Anonymous Coward · · Score: 1

    While I won't make the argument that free software is always more secure it's at least verifiable.

    1. Re:Closed proprietary software is NEVER secure! by Spiked_Three · · Score: 1

      So by that argument, closed classified encryption, used for DoD communication, is not secure?

      --
      slashdot troll = you make a compelling argument I do not like the implications of.
    2. Re:Closed proprietary software is NEVER secure! by moderators_are_w*nke · · Score: 1

      Really? Is it? Could you tell by looking at some pgp source whether it has been compromised or not? Maybe you could but the majority of people reading this could not and if that's true of slashdot what hope does the rest of the wold have?

      --
      "XML is like violence. If it doesn't solve your problem, use more." - Anonymous Coward
    3. Re:Closed proprietary software is NEVER secure! by viperidaenz · · Score: 1

      Just because software is closed and proprietary doesn't mean you don't have access to the source code. It just means that access may be covered by a license.
      If you're going to pay security experts to analyse the entirety of the code, the price of that license is probably insignificant.

    4. Re:Closed proprietary software is NEVER secure! by Anonymous Coward · · Score: 2, Insightful

      Correct. As long as I cannot verify the encryption, then I cannot say it is secure; secure being relative to my needs and concerns. As the U.S. government is one party I would want to keep my encrypted information from, the DOD or any other agency having potential access means that their encryption cannot be considered seriously for my interests.

    5. Re:Closed proprietary software is NEVER secure! by Spiked_Three · · Score: 1

      I didn't ask if you considered it secure. I asked if you are insinuating it is not secure. Forget it, the fact that you got modded insightful is an indication the people who read and mod here are clueless, including yourself. If you think you can keep anything from the us government you are seriously delusional. If you ever by accident do, they will pay you a visit the next day, I promise. I spent a career worrying about if the navy could spy on the army could spy on the marines. Whether or not any one of those could spy on the public wasn't even a lunch time conversation - it was a no brainer. But you and the moderators just go ahead and have your fantasies, they depend on it.

      --
      slashdot troll = you make a compelling argument I do not like the implications of.
  3. It's American company so the answer is obvious by thetoadwarrior · · Score: 5, Insightful

    If you're using software created in the US by a commercial company you can bet the government has access to it. Who would believe any different?

    1. Re:It's American company so the answer is obvious by the+eric+conspiracy · · Score: 1

      Lots of people believe different because some US companies supply software based on stuff like openssh and truecrypt.

      Here's the fundamental problem with this sort of theory - if the US can decode something, chances are other people can too.

    2. Re:It's American company so the answer is obvious by Anonymous Coward · · Score: 1, Interesting

      OpenSSH buys you very little. The key management has always been poor, especially the host key management, which is replaced and updated without signatures and is subject to more man-in-the-middle attacks due to the ediots who leave unsecured hostkeys and personal keys lying around on poorly secured filesystem.

      OpenSSH ignores the user environment. Theo de Raadt's attitude is that if you don't trust the host you're on or the one you're connecting to, you're screwed anyway, so why bother implementing even the most basic steps (such as a more useful chroot cage for upload/download areas, proper management tools for updating locally recorded hostkeys, or *)turning off* the default support for passphrase free personal or host keys. There is *no excuse* for the default behavior passphrase keys for critical SSH servers, they should require a hands-on "start this server and unlock the keys" operation as Kerberos and Apache have done for years. Otherwise, it's like putting a really, really big lock on a door with the hinges on the outside.

    3. Re:It's American company so the answer is obvious by david_thornley · · Score: 1

      If you don't do your own key management you can bet the government has access to it. If you do all of your AES-128 or better crypto on your own box in your own space, with no outsiders logged in, and never let the key leave your secure storage, you're probably safe unless the government comes for you personally.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  4. Yes and no by Anonymous Coward · · Score: 5, Informative

    I think one of the main problems law enforcement has with iMessages is that it is ridiculously easy to get a pen register from a telco for a phone number. This is a list of the calls made to/from that number and a list of SMS/MMS to/from that number. iMessage bypasses SMS/MMS if both the origin and destination device are iMessage capable, so those interactions do not show in a pen register. The same could be said for many other text/chat services, but iMessage is the default texting client for a large number of people and does not require the user to do anything special to message others without the telco knowing, unlike many other services.

    iMessage isn't that special, the memo could just as easily been talking about FaceBook messages, which also won't appear in a pen register.

  5. Key in cloud != Key accessible by Apple by kc9jud · · Score: 5, Informative

    Just because your messages are accessible on a new device, it does not necessarily mean that your messages are readable or key is accessible by Apple. For instance, if the decryption key for iMessage were encrypted with your Apple ID password, then your key could be transferred around between devices, but Apple or the DEA would still have to brute-force/social engineer/whatever to get your password and decrypt the key. Whether or not it's actually set up that way...

    1. Re:Key in cloud != Key accessible by Apple by Anonymous Coward · · Score: 3, Insightful

      Yes, that COULD be. In reality there are password reset methods and no company will ever tell a customer that they have just lost all their messages, photos, etc. because they forgot their password. Wake the fuck up.

    2. Re:Key in cloud != Key accessible by Apple by fustakrakich · · Score: 1

      Yeah, brute force is something the government is very good at.

      --
      “He’s not deformed, he’s just drunk!”
    3. Re:Key in cloud != Key accessible by Apple by AvitarX · · Score: 1

      Does a password reset lose the key?

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    4. Re:Key in cloud != Key accessible by Apple by fuzzyfuzzyfungus · · Score: 1

      That would be saner than just storing the key; but I suspect that virtually everybody's password is substantially less entropic than all but the most horrible and obsolete cryptographic keys...

    5. Re:Key in cloud != Key accessible by Apple by Forever+Wondering · · Score: 1

      Even if were set up that way, we already know Apple wipes [malicious] apps without user intervention/approval. It's not much of a stretch to assume they could [already have the capability to] surreptitiously download and run an app that snoops your private keys, since these keys must be in the clear on the user's iWhatever for iMessage to work in the first place.

      --
      Like a good neighbor, fsck is there ...
    6. Re:Key in cloud != Key accessible by Apple by phantomcircuit · · Score: 1

      Except apple stores passwords for iTunes in plaintext.

      I received an email from apple reminding me that i had $10 in iTunes funds availalble.

      Only problem is where my username should have been was my password in plaintext.

    7. Re:Key in cloud != Key accessible by Apple by Anonymous Coward · · Score: 1

      Protip: don't make your username your password.

    8. Re:Key in cloud != Key accessible by Apple by MyFirstNameIsPaul · · Score: 4, Interesting

      BlackBerry phones are encrypted as OP suggests, so when a user forgets a password, then there is nothing BlackBerry can do to help the user.

      --

      I once took an excursion to Reddit, and later HN. Unlimited up/down voting sucks when dealing with a hive-mind.

    9. Re:Key in cloud != Key accessible by Apple by phantomcircuit · · Score: 1

      In all fairness the password was "notapassword," but still.

    10. Re: Key in cloud != Key accessible by Apple by dugancent · · Score: 1

      Name one app that has been removed from someone's device, just one.

      Removing from the App Store doesn't count because it stays on your device and in iTunes, if you use it.

      --
      SJWs are the new boogeyman. -Me
    11. Re:Key in cloud != Key accessible by Apple by gnasher719 · · Score: 2

      Yes, that COULD be. In reality there are password reset methods and no company will ever tell a customer that they have just lost all their messages, photos, etc. because they forgot their password. Wake the fuck up.

      Actually, if you turn on two factor authentication then that is exactly what Apple will do. For authentication, there are three items that can be used: Your password, a 16 digit key that you should stash away in a secret place, and a device (iOS or Mac) that you registered with Apple. Any two of these, and you can do anything. With only one thing, there is nothing you can do, and nothing that Apple can do to help you.

    12. Re:Key in cloud != Key accessible by Apple by bloodhawk · · Score: 1

      As a user does not lose access to all their old stuff after a password reset then I think it is safe to say that while they "could" do that, they definitely DO NOT.

    13. Re:Key in cloud != Key accessible by Apple by viperidaenz · · Score: 1

      That means means Apple won't help you. They could, but they would compromise the added benefit of the two factor service. It's not a technical limitation.
      Apple have your registered device ID's. Apple have that 16 digit key they gave you that you stash away. The only thing they may not have is your password. But they might, you don't know that.

    14. Re: Key in cloud != Key accessible by Apple by viperidaenz · · Score: 1

      They can already blacklist apps on your iPhone.
      https://iphone-services.apple.com/clbl/unauthorizedApps
      They just haven't added any to the list yet.

    15. Re:Key in cloud != Key accessible by Apple by viperidaenz · · Score: 1

      Your messages are readable and accessible by Apple.
      They're probably also stored in plain-text too.
      How do you think they deliver the message in a readable, plain-text format to the recipient?
      How do you think they store in while the recipient is off-line?

      The message is sent over an encrypted channel though. That's the only thing the DEA are complaining about, they can't easily intercept the message without the knowledge/co-operation of another party (you, Apple or the recipient in this case).

    16. Re:Key in cloud != Key accessible by Apple by Fuzzums · · Score: 1

      If it's done, it could be something like this:
      Encrypt message with key.
      Encrypt key with password.
      Encrypt key with FBI password.
      Store both encrypted keys and the encrypted message.

      Guess who has access to your message. No brute force required.

      --
      Privacy is terrorism.
    17. Re: Key in cloud != Key accessible by Apple by Anubis+IV · · Score: 2

      I'd actually be curious if you could cite any examples of them having done this. I have several apps on my iPhone that were later pulled by Apple from the iTunes Store (including an app that purports to be a simple flashlight but actually allows the user to use the iPhone as a mobile hotspot without having to have pay for a tethering plan with their carrier), but I'm not aware of any that were pulled from user's devices. I'll readily agree that they do have the ability, but I can't recall them ever having exercised it.

    18. Re: Key in cloud != Key accessible by Apple by dugancent · · Score: 1

      It's done so rarely that it has never been done. Do some research, it's never happened.

      They can, but they haven't.

      --
      SJWs are the new boogeyman. -Me
    19. Re: Key in cloud != Key accessible by Apple by GizmoToy · · Score: 1

      You're correct. We know they have the ability, but they've never done it. They're not stupid. They know people are watching and that doing so will create a huge uproar. It would have to be something that's a serious threat to either Apple or their customers before they'd pull the trigger on it. Something they can hold up and say "We took extraordinary measures to protect our customers from this very serious threat," rather than something that would end up in the news like "Apple unilaterally removes purchased content from customer devices." The latter would be trigger at least a couple news cycles of Apple bashing, and fodder for competitors for months/years to come. Remember the uproar when Amazon did this with eBooks on the Kindle? They talked about that in the news for *weeks*.

    20. Re:Key in cloud != Key accessible by Apple by Anubis+IV · · Score: 1

      Spot-on. Though I should point out that iMessages are definitely not encrypted using the password at the time that they're sent, though they are later on in the process you described.

      I'm too lazy to look up links right now, but there was an issue a few months (years?) back, where stolen iPhones had iMessages going to them still, even though the victims had received new phones and changed their passwords. If the password alone was the key, that wouldn't have been happening. That said, the backups that are stored in iCloud (or on your PC) — and which are used to migrate data to a new iDevice — are encrypted with the user's password, just as you said. iTunes makes this clear to anyone who encrypts their local backups, stating very plainly that losing the password will mean losing all of the data. In the case of someone resetting their password (which is a common question in many of the responses you've received), their next backup would simply make use of their locally-stored data and would be encrypted with the new password. It's simple, and there's no need to worry about losing the stuff in iCloud, since you'd be replacing it with the new backup regardless. If you happened to lose your iDevice at the same time that you reset your password, you may be SOL. I couldn't say.

      As for how iMessages are sent, I suspect it's a bit more complicated, otherwise we wouldn't have seen that issue with stolen iPhones receiving iMessages. The way I figure it, if User 1 has two iDevices (which we'll call A and B) and User 2 owns iDevice C, we don't want C directly sending to A and B, since then 2 would have knowledge about how many devices 1 owns based on the number of copies he has to send (not to mention that they'd have to send multiple copies, which wastes battery life and the time of the user). So, we can assume that iDevice C will only send one copy of the iMessage, but how can it get to iDevices A and B without C knowing about A and B or Apple being able to read it, which would defeat the device-to-device encryption Apple has said it does?

      My guess is that each Apple ID has a public/private key, as does each iDevice. When User 1 logs in for the first time on his iDevices, each of the iDevices registers their public keys with Apple. When iDevice C later wants to send an iMessage to User 1, Apple sends C the public key for User 1. C then sends a copy of the iMessage encrypted with 1's public key to Apple, and Apple then makes copies for iDevices A and B and applies an additional level of encryption on those copies, this time encrypting them with the public keys for A and B, respectively. When the iMessages arrive at A and B, they each use their own private keys to decrypt the iMessage, then use User 1's private key to complete the decryption process.

      As for where User 1's private key comes from and how it gets to the iDevices without Apple knowing it, the first iDevice that a user logs in with could generate a private key for the user and then upload it encrypted with the user's password, just like how the backups we discussed earlier work. As such, any new devices that the user would log in with would immediately register their public keys with Apple and receive the user's private key, meaning that they're capable of receiving messages for the user in the manner previously described. It'd also explain how stolen iPhones could continue receiving messages, even after a password reset.

      As you said, "[w]hether or not it's actually set up that way..." I couldn't say, but it'd be one way that Apple could set up a system that wouldn't break with password resets, could be migrated from device to device, would provide device-to-device encryption, and would minimize the amount of resources consumed by mobile devices while sending messages.

    21. Re:Key in cloud != Key accessible by Apple by cdrudge · · Score: 1

      Perhaps you shouldn't use your username as your password too. ;)

    22. Re:Key in cloud != Key accessible by Apple by gnasher719 · · Score: 1

      That means means Apple won't help you. They could, but they would compromise the added benefit of the two factor service. It's not a technical limitation. Apple have your registered device ID's. Apple have that 16 digit key they gave you that you stash away. The only thing they may not have is your password. But they might, you don't know that.

      Apple wouldn't need the 16 digit key. Obviously they _might_ have it since they sent it to you in the first place. Apple has enough info to send things to your registered devices, but that doesn't necessarily mean they actually have the code that your registered device is going to display. Again, they _might_ have it.

      The website about two factor authentication says that Apple _cannot_ help you when you lose two of your three items. Not "won't", but "cannot". If they "won't" help you, then they would probably have to help the police if there is a subpoena, and then things will come out. If they "cannot" help you, then they cannot help the police either.

    23. Re:Key in cloud != Key accessible by Apple by Anubis+IV · · Score: 1

      Actually, that's exactly what Apple does. The password he's talking about would only be being used to encrypt the user's backup of their device. As such, even if the user resets their password, the iDevice would still have a local copy of the data that it could encrypt with the new password and then backup like normal. Whether the user has the same password or not doesn't particularly matter, since the old backup is going to get replaced either way. It just means that if you got a new iDevice, you'd have to wait for a backup to complete on the previous iDevice before you could migrate to the new one.

      As for proof that it's happening this way, backups can either be done via iTunes or via iCloud, and when they're done via iTunes, I seem to recall that Apple makes it abundantly clear via obvious warning text that losing your password will mean losing access to your backup data. Similarly, with iCloud, unless you can answer the security questions associated with your account, Apple will be unable to recover your password since your password is encrypted using the answers to your security questions.

      None of that is onerous or unfriendly towards customers, yet it works exactly as the OP said, provides plenty of protection, and would work perfectly well. Maybe you should give some thought to the possibility that someone else is correct before telling them to wake up so rudely?

    24. Re:Key in cloud != Key accessible by Apple by viperidaenz · · Score: 2

      Your definition of cannot is wrong.
      They cannot help you because they have not built a system for their support staff to help you in that situation.
      The term should in no way imply the architecture of the system. It defines only the services they will provide you as a customer.

    25. Re:Key in cloud != Key accessible by Apple by RussR42 · · Score: 1

      Don't worry about that, it's an old feature. Here is an explanation of how it works.

    26. Re: Key in cloud != Key accessible by Apple by Anubis+IV · · Score: 1

      They outright said that they have the ability. Back when the App Store was new, they were asked if they could pull apps in case of a major concern, and they confirmed that they had a kill switch that could be used to delete apps from user's devices. To date, however, no one here has cited an example of Apple having used this ability, but it would be foolish of them to not build something like that in, in case of a major vulnerability or the like.

  6. Re: Who cares by MrMarket · · Score: 5, Insightful

    Political dissidents, whistle blowers... and FREEDOM LOVERS.

  7. Probably talking about two different things... by fuzzyfuzzyfungus · · Score: 5, Insightful

    Unless the DEA is actively 'leaking' in order to attempt to move people into a vulnerable channel with a false sense of security(not impossible; but I'm inclined to suspect that the higher level drug runners take their paranoia seriously, or they wouldn't have lasted long enough to level up, and the lower level ones are probably more often foiled by the fact that they need to solicit customers, any one of which could be a plant), I'd be inclined to a more prosaic explanation.

    With SMS, architectural security during transmission is somewhere between pitiful and nonexistent and the entity that handles the messages during their voyage is the phone company, which has substantial legal incentives to, and a long history of, supine cooperation with the authorities.

    With iMessage, it looks pretty much like SMS on the handset; but it's all just data to the telco, and Apple presumably included some SSL/TLS or similar implementation that isn't totally broken, meaning that going through the telco is totally useless(this would also be why the leaked memo specifically mentioned that iMessages sent to non-Apple devices, which would be crunched into SMS at some stage, were still often recoverable).

    The fact that Apple can, apparently, retrieve your iMessage history for you suggests that, indeed, a subpoena of Apple would leave you in the open; but I imagine that the DEA is much more familiar with, and pleased by, the 'service-oriented' attitudes of the phone companies, who are extremely forthcoming with customer information, with very low bars to clear, and minimal pesky judicial process.

    Certainly not a good idea to trust anything that the service operator can 'recover' or 'restore' for you to be secure(since it can't possibly be); but the DEA jackboots probably do encounter significantly greater hassle with a message that is never available to the notoriously friendly telcos. You are still up shit creek if they are building a case against you specifically(or if Apple caves and starts providing bulk access at some future time); but casual fishing is likely to be more difficult.

    1. Re:Probably talking about two different things... by amiga3D · · Score: 1

      Right. They're lazy and want to have it delivered on a platter. With this method they have to get off their asses and do work.

    2. Re:Probably talking about two different things... by fustakrakich · · Score: 1

      Higher level drug runners have nothing to worry about, until they outlive their usefulness. They are well protected government employees.

      --
      “He’s not deformed, he’s just drunk!”
    3. Re:Probably talking about two different things... by fuzzyfuzzyfungus · · Score: 1

      Laziness is the optimistic option... The pessimistic possibility is that they are currently doing a nontrivial amount of surveillance that meets the (somewhere between low and nonexistent, depending on how you ask) standard of evidence for pen registers and similar; but would not meet the standards that would apply if they had to ask a judge to let them demand the goods from Apple.

    4. Re:Probably talking about two different things... by Xyde · · Score: 1

      FYI there is no iMessage to SMS bridge that I am aware of. iMessages go to iDevices only.

  8. laugh by koan · · Score: 1

    TinFoilHat: They brought Steve into the fold a long time ago, gave him top secret clearance and then asked him to make device no one could do without, that they could use to track and listen to people.

    This just in: Toil Foil Hoodies selling like hotcakes.
    http://kottke.org/13/04/the-anti-drone-hoodie

    --
    "If any question why we died, Tell them because our fathers lied."
  9. google glass for everyone by dadelbunts · · Score: 1

    We should just give everyone google glass with a direct feed to all the government agencies. Who would care except drug dealers and terrorists anyway.

  10. FTA: by fustakrakich · · Score: 1

    I'd like to think that law enforcement is above attempting such tricks, but unfortunately that might just be naive these days.

    Might be?? I would say extremely so.. An indication the writer has no knowledge of history... Or maybe just something he has to say to avoid legal issues, or worse..

    --
    “He’s not deformed, he’s just drunk!”
  11. PGP by SigmundFloyd · · Score: 1

    I've been wondering the same thing about older news stories, on how the FBI was unable to crack PGP encryption. That too might be disinformacija.

    --
    Knowledge is power; knowledge shared is power lost.
    1. Re:PGP by fustakrakich · · Score: 1

      That too might be disinformacija.(sic)

      Got news for ya, buddy. So is their story about 9/11, but we had to reopen the opium supply line somehow.

      --
      “He’s not deformed, he’s just drunk!”
    2. Re:PGP by Arancaytar · · Score: 4, Interesting

      If they were the only ones who said so, I'd be inclined to distrust it too. However, RSA has been around for 36 years now with no serious challenges, so either there is a world-wide conspiracy that controls every single mathematician (or several that between them control all the mathematicians), or it's unbroken.

      It's also possible that there are a few mathematicians decades ahead of current research that all work for various governments, but considering how much of mathematical work is derivative now, it seems far too unlikely that some unaffiliated researcher wouldn't have stumbled across the discovery independently.

      (Well, or the NSA has a working quantum computer that can do work on a useful scale, which goes back to "decades ahead of current research".)

    3. Re:PGP by femtobyte · · Score: 4, Insightful

      Suppose the darkest inner circles of government intelligence agencies actually can crack widely-used and trusted encryption like PGP. If you're merely an international drug dealer and child slave trader (or peaceful anti-war protestor, whichever the FBI loathes more), the tiny cabal of people within the FBI who have the clearance to know about the PGP crack aren't going to do anything that remotely risks leaking such information. Your secrets are perfectly safe with them, because they've got more important targets (like all the Top-Secret-equivalent info from foreign governments and corporations) that they'd lose covert access to if even a vaguely credible hint of a PGP crack leaked to lower levels of government law enforcement (and from there to other countries' intelligence operatives). A PGP crack would simply be too important an asset for covert intelligence to risk exposing on whatever mildly nefarious plots your encrypted emails are hiding.

  12. don't know about imessage by Trailer+Trash · · Score: 3, Insightful

    But they've never lied about the effects of drug usage, right?

    Right?

    Um, right?

  13. The drug war is suckled on lies by mbone · · Score: 2

    Every government statistic or statement on the drug war is not to be believed. There might be some truth in some of it, but after 80+ years of lies, it's not the way to bet.

  14. The DEA is not the NSA. by __aaltlg1547 · · Score: 2

    They're quite knowledgeable about DRUG TRAFFICKING. Expertise in other areas relevant to law enforcement should not be assumed. Apple either has a copy of your key or can crack their own encryption when they need to. The NSA could probably crack it too, but why would the DEA go to the NSA and why should the NSA concern itself with helping the DEA crack cases? That's not their job.

  15. Re: Who cares by Anonymous Coward · · Score: 1

    Political dissidents, whistle blowers... and FREEDOM LOVERS.

    Like Martin Luther King was watched and harassed by the police and the FBI.

    And now we have a national holiday honoring him. If I were President, I make every goddam FBI employee work 18 hour days on that weekend - scrubbing the bathrooms with toothbrushes from their anus.

    John Lennon - yes, the dead Beetle - was watched by the FBI for - God forbid! - preaching peace!

    We are a God fearing Christian Nation! We can't have those wackoes preaching Peace!

  16. DEA can't TAP it by mabhatter654 · · Score: 5, Insightful

    The issue is not that the DEA cannot lawfully acquire the messages... It's that THEY HAVE TO ASK , EVERY TIME.

    Most taps are just "wide open" until the warrant expires and the telco turns the tap off... There is very little oversight. Many online services give law enforcement more of an "open ticket" to keep coming back for email or Facebook as often as they need. While the line isn't "tapped" LEOs can refresh every twenty minutes if they want.

    They are attepting to bully Apple into allowing a MITM or wide open ticket to people's accounts. The first post on this very carefully NEGLECTED to mention that Apple COMPLIES with lawful requests. Which they most certainly would. The issue is that Apple won't open a giant backdoors and look the other way while LEOs look up their ex-girlfriends, or people with fancy cars to pick on. Apple is probably making them request transcripts with dates and times... And then APPLE SENDS it to them.

    1. Re:DEA can't TAP it by ninetyninebottles · · Score: 2

      Well, according to Apple's own (scanty) information on iMessage and on third party analysis, it looks like it is some sort of end to end encryption with Apple serving as the cert authority. it may well be that Apple cannot intercept the messages as the system is currently designed and can only reissue a certificate by killing the old one (and thus alerting the user because their iMessage stops working). That is by no means certain, but if it is not the case then Apple might have a false advertising lawsuit headed their way.

    2. Re:DEA can't TAP it by fustakrakich · · Score: 2

      The issue is that Apple won't open a giant backdoors and look the other way...

      Why not? I mean, aside from the possibility of getting caught...

      --
      “He’s not deformed, he’s just drunk!”
    3. Re:DEA can't TAP it by mabhatter654 · · Score: 1

      Like getting caught stopped AT&T?? Didn't they make what the NSA asked for legal after-the-fact AT&T got caught?

      There is a technical issue that Apple doesn't support redirecting messages...although they could allow the DEA to have an additional iMessage device. Apple probably "could" do it.

      The REAL issue is that there is NO LEGAL MANDATE for Apple to do so. Aple running a chat program is legally no different than YOU running a chat program. Apple is not a telecommunications provider or an ISP, nor do they get the legal protections of those classes. If you are going to hold Apple to this standard, then you would have to tap EVERY instance of Blackberry Messenger or Microsoft Lync... Even PRIVATE ones operated by your company.

      The DEA is hijacking the discussion to get something that has Congress has not wanted to pass multiple times. The DOJ has been able to push telcos and Microsoft around because of monopoly rules and applying laws based on their "class" as common carriers or ISPs. This is the classic "there should be a rule" because they have got what they wanted from "lawbreakers" so now non-lawbreaking companies should comply too.

    4. Re:DEA can't TAP it by fustakrakich · · Score: 2

      The REAL issue is that there is NO LEGAL MANDATE for Apple to do so.

      Actually we don't know that. Secret laws and all. There could be a gag order to keep them from mentioning it, like a national security letter. With all this secrecy, we don't have a clue of who knows what, leaving us to assume the worse, which is the recommended way of dealing with any of this.

      --
      “He’s not deformed, he’s just drunk!”
  17. Re:Who cares by Opportunist · · Score: 3, Interesting

    Everyone should. Not because they're breaking a law, but because laws are changing. And rapidly so. What is very legal today may be illegal tomorrow. And then try to prove that you stopped the behaviour just because it became illegal. What is that you say? They have to prove that you still did it after it became illegal? You think you'd be the first to be in jail because there is "strong evidence" (read: someone hinted at it) that you did again what you did before?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  18. Well color me surprised. by Arancaytar · · Score: 1

    Because who could have possibly seen THAT coming. Seriously, this is my shocked face.

  19. Re: Who cares by houghi · · Score: 1

    Freedom lovers who really love it will fight for it.
    And one countries freedom fighter is another countries terrorist.

    --
    Don't fight for your country, if your country does not fight for you.
  20. Re: Who cares by Anonymous Coward · · Score: 1

    Freedom lovers who really love it will fight for it.
    And one countries freedom fighter is another countries terrorist.

    The transcripts of your SMS and emails indicate you don't really
    believe this.

  21. So, post m4ssages on pubic bulletin boards by ivi · · Score: 1

    'looking like a "Lawnmower for Sale" but with message
    encrypted into tel.# & eMail address

    Better, encrypted into photos for an apartment / house
    ad (on a free-ad web site)

    Dump your eDevice(s)

    QED

  22. Do it yourself by chowdahhead · · Score: 3, Informative

    It may not be the most elegant solution, but hosting your own Mumble server works pretty well for secure private IM and voice chat. There's a really slick Android client called Plumble, and I believe iOS has a basic one as well. The built-in authentication and encryption is sufficient, and the newer builds support the OPUS codec.

  23. Re: Who cares by Anonymous Coward · · Score: 1

    Political dissidents, whistle blowers... and FREEDOM LOVERS.

    No, a freedom lover wouldn't be using an Apple product in the first place.

  24. Without a Warrant by whisper_jeff · · Score: 1

    If they go to Apple _WITH_ a warrant, Apple can surely provide them with the information (well, I'd be shocked if they couldn't comply with a warrant).

    That's not what the DEA wants, however - they want to be able to read the messages _WITHOUT_ a warrant. I imagine that is where they are having difficulties intercepting and reading iMessages.

  25. Re: Who cares by Bobakitoo · · Score: 1

    John Lennon - yes, the dead Beetle - was watched by the FBI for - God forbid! - preaching peace!

    We are a God fearing Christian Nation! We can't have those wackoes preaching Peace!

    Preaching peace in time of war is clear and present danger to the government's recruitment efforts. It is LITERALLY like shouting fire in a crowded theatre.

    This is why it is important to defend the free speech right to shout fire in a crowded theatre. Worst that could happen is everyone walking out calmly and in order. Just because someone think there is a fire doesn't give him the right to push, stomp or strike anyone that stand in his way. If peoples act like ass-holes during emergencies then this is what need to be addressed. Restricting a fundamental freedom in way that will, and was, abused by the state is not a solution.

  26. What about Blackberry? by shking · · Score: 2

    Remember the fuss just a year ago when India and other gov'ts complained about Blackberry? How is this different?

    --
    -- "At Microsoft, quality is job 1.1" -- PC Magazine, Nov. 1994
  27. What could happen... by gnasher719 · · Score: 1

    It is of course quite possible as some people mentioned that it is harder, but not impossible, for the police to get access to iMessage messages than they like, and they interpret this as "we can't read iMessage" (whenever we like). It is also quite possible that they are just lying and want all the drug dealers to use iMessage because they have complete access.

    It is also possible that Apple has absolutely no way to read your iMessages. I would think that making iMessage safe against hacker attacks would be harder if there is already a way to access iMessage that is open only to Apple, and I can't see how buying able to read iMessages would be in Apple's interest.

  28. Re: Who cares by camperdave · · Score: 1

    What better proof do you need that your nation fears God, than FBI surveillance of people who preach peace.

    --
    When our name is on the back of your car, we're behind you all the way!
  29. Re: Who cares by viperidaenz · · Score: 4, Funny

    We are a God fearing Christian Nation

    I thought church and state were separate?

  30. Erdos+Bacon=Pen register results in probable cause by girlinatrainingbra · · Score: 3, Informative

    And getting a pen register dataset can mean enough linkages can be shown to a "known drug dealer" or a "known felon" that they will then have probable cause to get a warrant, even if the number of linkages is so high that you're not the "friend of a drug dealer" or even the "friend of a friend of a drug dealer" but even "(friend of a)^5 of a drug dealer".
    .
    When you get links that are that long, you can ensnare everyone in the world, whether or not they are truly guilty of anything, just from guilt by association. See the comment about 6-degrees-of-Kevin-Bacon or the one about Bacon numbers and Erd''os Numbers.

  31. probably just bending the truth by stenvar · · Score: 1

    They can probably not decrypt iMessage traffic without some other information or hooks; but they almost certainly have that.

  32. Re:Not necessarily by gnoshi · · Score: 1

    True, but it does provide an avenue to check for external keys.
    I don't have an iThing so I can't check, but if you can activate a new device and receive your iMessage messages while the previous device on which those messages were held is switched off, then at best the messages are protected by a password. It may be the passphrase for an encryption key, but it is still just a password. If you can get Apple to reset the password, and then activate a new device and receive your iMessage with your old device being off the whole time, then Apple must be able to read the messages (because the password can't be the key, or be a passphrase for the key, as the key is accessible with the password being changed).

    There are also other permutations: if the old device must be on to configure iMessage on a new device, then there may be a key transferred from device to device. Without knowing the specifics of iMessage, I can't predict many other tests.

  33. Re: Who cares by flimflammer · · Score: 5, Insightful

    I was with you until you said this:

    Worst that could happen is everyone walking out calmly and in order.

    That is far from the worst that can happen. That is in fact the best case scenario outside of no one believing them and there truly not being a fire. Provoking people into violent acts of desperation by instilling the immediate fear of death into them, such that their rationality is severely compromised is outright negligent. This is why we have things like temporary insanity and heat of passion defenses.

    I feel that you should be perfectly free to shout "Fire!" in a theater. However I also feel that if you end up causing a situation where someone is injured, you should be held liable for your negligent actions. Freedom of speech should not mean freedom from responsibility of that speech.

    What if you told a blind person that the light at an intersection was green and there was no traffic, causing them to walk into the street and get run over? Would you push the free speech argument? You didn't kill him; the guy behind the wheel of the car did. That doesn't mean you weren't immensely negligent as a result of what you said.

    As a closer example to the theater, what if in that same situation you screamed in front of a blind man "Everyone get out of the way! A car is heading straight for us!" causing him to jump out of the way and into actual traffic? Would you still feel like you were completely free of the burden of responsibility?

  34. WHAT THE by Anonymous Coward · · Score: 1

    For the love of rms, people, the original article was about the DEA lamenting that their illegal unwarranted dragnet efforts via communication service providers couldn't intercept the messages because of the way CALEA was written. If they want the contents of your iMessages, they merely have to subpoena Apple for your devices' master keys and they can connect to it as long as it's on a network someplace (see: Find My Phone, Notifications) and read the #%^*#%^*#%^* iMessages.

    Stop amplifying noise and amplify signal instead.

  35. Re: Who cares by bigtrike · · Score: 1, Funny

    Nope, God still gives us our rulers through divine right. Voting is simply a test of faith.

  36. The DEA by fyngyrz · · Score: 5, Insightful

    The DEA lies about everything else. Why would this be any different? The very fact that the DEA exists is an affront to personal liberty; We have decades of detailed records of them spreading falsehoods, destroying families, in general doing far more harm than drugs ever did or ever could.

    DEA Informers: They lie about who they are, what they do, what their intent is -- and just about anything else they're asked. This is who they are. Liars. But that's not all they are. They're also as dangerous as any government agent you can imagine, wholly without concern for anyone but themselves.

    DEA agents: They lie about where the danger comes from; they lie about toxicity; they lie about addictiveness. They lie about consequences (they ARE the primary consequences), and they have been known to attempt to trade your personal honor for your freedom if you fall into their hands. They created the violence underlying the black market drug trade; they created the black market itself. They're not shy of interfering with other sovereign countries, nor of playing fast and loose with our own "justice" system.

    So when a DEA "anything" tells you something, you're best off assuming they're lying. It's what they do. Aside from destroying families, that is. If they're not lying, they're likely trying to hurt you some other way. Get away and stay away. Nothing truly good can ever come of contact with people so bereft of personal honor -- or so outright stupid -- that they would work for the DEA.

    To heck with them. And the laws they rode in on. And those who made the laws. And those in the general population who thought, and perhaps still think, agencies like the DEA were ever a good idea.

    The drug war: It's a war on you and your family and your friends.

    --
    I've fallen off your lawn, and I can't get up.
    1. Re:The DEA by fyngyrz · · Score: 2, Insightful

      Really? How so?

      Good grief. Ok, here's the obvious example: You can sell, or smoke, a joint - a light intoxicant which does far less harm (probably none at all in most cases) than alcohol - and go to jail for years for these acts. After which, you are often considered a felon, which pretty well puts paid to your future. I'm sure you know this and you're just being disingenuous.

      You're confusing your uninformed state with the idea that my statements are unfounded.

      Go spend some time with Google. The DEA's actions and policies are largely a matter of record, as is the massive amount of harm they have caused.

      --
      I've fallen off your lawn, and I can't get up.
    2. Re:The DEA by anagama · · Score: 4, Informative

      I don't know about the spreading of falsehood part, but destroying families and doing far more harm than good -- that's fact.

      Glenn Greenwald debated GWB's drug czar on the question of whether the US should legalize all drugs. http://vimeo.com/32110912 Greenwald identified the following costs, all of which we pay due to the drug war, all of which would go away if reason prevailed, and challenges prohibitionists to address why these costs are worth it. Listen closely to Portugal's experience with decriminalizing all drugs (evaporation of the following costs, slight increase in usage rates of some drugs (but less of an increase than neighbor countries during the same time period), a DROP in usage rates of drugs among young people, reduction in the spread of HIV etc, returning people who use drugs to the productive economy rather than making them burdensomely unemployable, acceptance of the police as a helpful organization rather than an enemy, which leads to the police being able to actually investigate real crime).

      If you are unable to address those costs with evidence based information, we will know your opinion is based on mere personal dislike for drugs and drug users, i.e., moralizing, fear mongering, and prejudice:

      1. The US is the world's largest prison state on a per capita basis AND on an absolute basis. We hold 25% of the world's prisoners despite having only 5% of the world's population.

      2. The War on Drugs is undeniably racist. All ethnic groups use drugs at essentially equal levels, but certain minorities comprise the greatest number by far of those convicted.

      3. Economic costs in the 100s of billions and yet no reduction in drug use.

      4. Drug war has spawned the privatised prison industry.

      5. The erosion of civil liberties experienced in the last 40 years has been rooted in the drug war.

      6. Militarization of the police force which turns it from an organization community members will trust for help, into one which is feared and deemed an enemy. This hinders solving crime.

      7. International resentment to the US based on US demands that other countries criminalize their population and take on what are seen as unnecessary social and economic costs.

      8. Extreme violence due to the fact that in a black market, only criminals will participate and criminals use violence to secure market share ("you don't see Budweiser and Heinken shooting each other over territory").

      9. Drug war breeds contempt for the law, because millions of people use drugs, even frequently, without any consequences at all (depending on one's demographic profile).

      10. The drug war destroys the lives of the very individuals the government claims it wishes to help because as felons, they become unemployable. So while imprisoned and after release, such people are unable to provide for their families and being separated from families is highly corrosive to families.

      --
      What changed under Obama? Nothing Good
    3. Re:The DEA by djl4570 · · Score: 2, Insightful

      Go spend some time with Google.

      I don't disagree with you, but digging up citations to support your argument is your job, not the readers.

    4. Re:The DEA by jcr · · Score: 2

      Do we have substantially more people in jail *because* of the war on drugs?

      Are you serious?.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    5. Re:The DEA by anagama · · Score: 5, Informative

      Oh boy, what rubbish. Let's address some of your points:

      1. You failed to show a correlation between drug prohibition and incarceration. Do we have substantially more people in jail *because* of the war on drugs? If so, prove it.

      2. It doesn't matter that everyone consumes drugs at the same level (to be proven, where is your source?). What matters is who deals and distributors said drugs. I highly doubt that as many white people distribute drugs as other ethnic groups and it makes perfect sense to dish out longer jail time to distributors than users. So what are you really complaining about here?

      3. There is a reduction (on a gross-level, not net), but the population is increasing and drug distributors are better funded than people enforcing the law. Are you implying that ineffective drug enforcement means we should give up altogether? Sex trade and child labor is on the rise too, should we stop trying to curb those crimes too?

      4. I'm not going to argue for/against this.

      5. I'm sure terrorism had nothing to do with it. The world is changing my friend, drugs are only part of the problem.

      6. I'm not sure what you're referring to here. The DEA and main police force are separate beats. I trust my local police force just fine, thank you very much.

      7. Last time I checked, drug use was illegal (and enforced as such) in most countries around the world, so I have no idea what you're referring to.

      8. Poor logic. Again, should we legalize all form of criminal acts for fear of what the black market will do? Laws exist for morale reasons. Selling drugs is like selling Alcohol to a known Alcoholic. It is highly addictive and prays on people's weakness.

      9. Many people experiment, but most move on and hold nothing but respect for law enforcement. Most people don't smoke pot and do crack through the rest of their life.

      10. That's a problem that affects all felons. Where do you draw the line? Shouldn't we try to improve the life of *all* felons? Why the focus on drug felons alone?

      Obviously you failed to watch the debate.

      1. 50% of the Federal inmates, 25% of state inmates for drug offenses: http://www.drugwarfacts.org/cms/Prisons_and_Drugs

      2. You're just being racist.
      http://healthland.time.com/2011/11/07/study-whites-more-likely-to-abuse-drugs-than-blacks/
      http://www.hrw.org/news/2009/06/19/race-drugs-and-law-enforcement-united-states#_Part_I:_Race

      A recent study in Seattle is illustrative. Although the majority of those who shared, sold, or transferred serious drugs[17] in Seattle are white (indeed seventy percent of the general Seattle population is white), almost two-thirds (64.2%) of drug arrestees are black.

      3. I don't even understand you're point in the first sentence. It's totally incoherent. The second, about the sex trade, completely misses the point because the number of people who use prostitutes is vastly smaller than those who use drugs. The drug war is like outlawing french fries -- sure, they make you fat but so many people use them, it's pointless to push against the tide. The same cannot be said about prostitution. If we ever get to the point that is the case, then we can address that -- right now, it's just off topic. A diversion.

      5. As Greenwald pointed out in his debate, the egregious civil liberties violations of the last decade, first took root in the drug war.

      6. Google "drug war militarization of the police force" and pick an article: https://www.google.com/search?q=drug+war+militarization+of+the+police+force

      7. Again, you totally didn't watch the debate

      --
      What changed under Obama? Nothing Good
    6. Re:The DEA by b4upoo · · Score: 1, Troll

      I rode motorcycles for over 45 years. The dangers of motorcycles are many and only a fool would argue that motorcycles are not dangerous.
                          So what, you may say. Well I have seen more drug addicts in life and death emergencies on the streets and sidewalks than I ever seen seen motorcyclists in critical condition. In other words even forgetting disease and subtle losses it is obvious that the use of drugs is far more dangerous that riding motorcycles. I may add that I live in a climate in which we can ride every day of the year normally.
                          The carnage of drug use is not trivial at all. And some jump sitting behind bars for a few years is trivial to what i have seen dope do to people. And it is not just the users either. It is their kids, their families and the entire town that suffers. And I can tell you that I would eagerly throw away the key and keep a person in a cell for life rather than suffer the risk of having them drive near me in traffic and I do include drunks in that as well. I can tell you flat out that addicts will look at a judge and plead innocence claiming the dope made them do it. You know the drill. "I just had a relapse and fell of the wagon for a couple of days. You can't blame me for being sick.".

    7. Re:The DEA by Moral+Judgement · · Score: 2

      I am very sorry about your wife and your experiences. Many people may have adverse reactions to recreational drugs, which is why some form of quality control and minimum age policies will have to be instituted to make legalization work. However, alcohol abuse can and does lead to mental health problems, at a much higher rate among the general population than marijuana. While it's true that your wife may have been more susceptible to marijuana, that is not the case with the population as a whole, for whom alcohol is much more dangerous. I have supplied an research paper, a quote from the abstract of which is pretty illuminating, "Schizophrenia is frequently complicated by comorbid disorders such as medical illnesses, mental retardation, and substance abuse. Substance use disorder is the most frequent and clinically significant comorbidity in this population, and alcohol is the most common substance of abuse, other than nicotine (nicotine is much more prevalent than any other substance of abuse in this population) (Cuffel 1996)." I know the abstract only cites co-morbidity of drug use, mostly alcohol, with schizophrenia , rather than cause and effect. However, the same could be the case with much of the population for which marijuana "causes" schizophrenia. After all, no one is suggesting that cigarettes cause schizophrenia, and just about all mental health patients use them (only a slight exageration).

    8. Re:The DEA by Moral+Judgement · · Score: 1

      God dammit! I didn't include a source for the quote! How embarassing.

    9. Re:The DEA by Anonymous Coward · · Score: 1

      So you never seen a mariage broken because of alccolism. Children beat by alcoolic father mother. Drunk rape.
      Good for you.

      Do you citation about all this little thing?

    10. Re:The DEA by Moral+Judgement · · Score: 1

      facts require evidence.

      The above requires evidence, and it is not up to me, as the reader, to find this myself. Or maybe not all facts are empirically determinable?

    11. Re:The DEA by cinky · · Score: 1

      something that would be unlikely to happen with alcohol.

      yeah, because alcoholism isn't destroying families every day...

    12. Re:The DEA by TheRaven64 · · Score: 3, Insightful

      something that would be unlikely to happen with alcohol

      It's also unlikely to happen with marijuana. It's even unlikely to happen with LSD, although probably more likely. Unfortunately, unlike tobacco and alcohol, there is no requirement to put warning labels on marijuana when it's sold. It is also difficult to do detailed studies on the effects of the drug, and it is not possible to go to a doctor and be tested for the latent conditions that can be triggered by certain chemicals, if those chemicals happen to be illegal.

      --
      I am TheRaven on Soylent News
    13. Re:The DEA by mjr167 · · Score: 1

      Actually, it can happen with sever alcoholism. I'm sorry for what happened to your family, but alcohol can have the exact same impact on a family. There are plenty of ways for people to destroy themselves and hurt the people they are supposed to love. Sometimes it isn't even their fault (inability to deal with a traumatic experience for example).

      Some people take Tylonal and die. Most don't, but some do. We don't ban Tylonal. Instead we sell it over the counter to anyone who asks because we recognize that people are responsible for themselves and the choices they make.

    14. Re:The DEA by sudon't · · Score: 2

      "you don't see Budweiser and Heinken shooting each other over territory"

      Not anymore, anyway. But of course we saw exactly the same problems anagama outlines above, during alcohol prohibition.

      --
      -- sudon't

      Air-ride Equipped

    15. Re:The DEA by phorm · · Score: 1

      2. The War on Drugs is undeniably racist. All ethnic groups use drugs at essentially equal levels, but certain minorities comprise the greatest number by far of those convicted.

      Does that also take into account income levels/regions? Inability to afford a decent lawyer is likely a strong factor as well.

    16. Re:The DEA by sudon't · · Score: 1

      In other words even forgetting disease and subtle losses it is obvious that the use of drugs is far more dangerous that riding motorcycles.

      Drugs? There are a lot of different drugs, my friend, many of which are not dangerous in the least. In fact, a great deal of the "carnage" is a direct result of prohibition. And, just as with alcohol, there will always be a minority of people who get into trouble with substances. The vast majority of people use drugs and alcohol, as the commercials put it, responsibly.

      The sad fact is, that there is an incredible amount of ignorance around drugs, even among users. Of course, this is no accident. We've all been spoon-fed disinformation since childhood. But don't take my word for it. There is a lot of good information available for those who are actually interested in hearing it. Let me recommend a very well researched and inexpensive book. It certainly opened my eyes on a number of points.

      http://www.amazon.com/Saying-Yes-Jacob-Sullum/dp/1585423181

      --
      -- sudon't

      Air-ride Equipped

    17. Re:The DEA by bkcallahan · · Score: 1

      This:https://plus.google.com/photos/113256656618948802091/albums/5833202495410018593/5833202493378526386

    18. Re:The DEA by fyngyrz · · Score: 2

      So is what you're saying that Rosa Parks should have stayed at the back of the bus? Because she was "saying "Fuck you" to the whole democratic system and was just BEGGING the judge to put her in jail"?

      What you're completely missing here is that the law can be wrong. The whole system can be wrong. It can fail to respond to corrective forces, such as information or awareness of side effects, or to take civil rights into account. Even when there are large, organized groups of people carefully organizing the data and presenting it regularly to the government. Even when the government's own studies indicate the accuracy of that data. At that point, you have government out of control; not a correct expression of a democratic process, or more to the point, correct action of the republic.

      You're also missing the point that it isn't about the thrill of smoking; it's about the government wrongfully repressing personal choice, and in the process, creating a whole series of side effects that do huge harm, and then refusing to admit it was wrong. Even though prohibition II has produced exactly the same problems, albeit written larger, as prohibition I did; and even though just like prohibition I, prohibition II has utterly failed to control the substances it was intended to control and the people it was intended to control. It's junk law from junk minds which does huge damage to the citizens.

      I don't do a lot if recreational drugs outside of wine with dinner and a cup of coffee from time to time. I'm not personally fond of pot. But I absolutely deny that the government is correct in saying I cannot smoke pot; and it's outright evil in what it does to people it catches selling or smoking pot. As far as the DEA goes, that's a violent and corrupt force deployed against our own people to no good purpose. The government does not deserve my support in this matter, and it does not have it.

      --
      I've fallen off your lawn, and I can't get up.
    19. Re:The DEA by fyngyrz · · Score: 3, Insightful

      Having seen my wife turn into a paranoid schizophrenic by smoking joints

      This is not a reasonable argument against pot. There are people out there who can't drink milk; who can't eat bread; who can't take aspirin, etc. The correct response to that reality is not to make milk and bread and aspirin illegal, and then to escalate such that someone who sells milk or bread or aspirin, or consumes them, goes to prison, etc.

      There are people who will have severe reactions if they see flashing lights. Should we therefore make flashing lights illegal? What about peanuts? I like peanuts on my sundaes; but they will really hose some people. Should we outlaw peanut butter and all other peanut products? And then go shooting people on sight if they grow or sell peanuts?

      It is an unreasonable argument to assert that these things are bad because some small percentage of the population has trouble with them. The reasonable conclusion, in fact, is that there's something unusual about that small percentage, and that is certainly worth looking at. But that's darned difficult to do when the whole thing is massively illegal and has its own ultra-violent specialized military to enforce that illegality.

      Of course, that doesn't necessarily mean going to jail is the answer, but pretending that smoking joints is harmless really doesn't help.

      It's harmless for the vast majority. We're quite sure of that, because the number of people who have indulged is extremely large. Pretending that your wife's experience, even if correctly attributed to marijuana use, is sufficient to categorize marijuana as generally harmful is very poor procedure. It is exactly the same kind of cognitive error that would categorize peanut butter as generally harmful because occasionally someone is found to have an adverse reaction to peanuts.

      --
      I've fallen off your lawn, and I can't get up.
    20. Re:The DEA by Jawnn · · Score: 1

      Nice try, but wrong. The DEA will have nothing to do with you being busted, prosecuted, convicted and sentenced for smoking a joint, and almost certainly not with you selling a joint. A few hundred pounds of product? OK, now you might get their attention. But you are clearly bitching about the nature of drug laws - in general. Let's try to focus on the real problem and not go off on some "they're all Nazi's" rant about the DEA. The DEA is only a part of a much bigger problem. While you're about it, how about actually providing your proof that "...the DEA lies about everything..."?

  37. Re: Who cares by sjames · · Score: 2

    I'm pretty sure they're doing their best to figure out what Jesus would do and then do the opposite...

  38. oh well by smash · · Score: 1

    Back to SMS with Android huh?

    --
    I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  39. One wonders by Impy+the+Impiuos+Imp · · Score: 1

    > Is the DEA Lying About iMessage Security?

    The government made a similar statement about TOR last year, and I wondered the same thing, that maybe it was disinformation.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  40. Re: Who cares by demonlapin · · Score: 2

    You can think that all you like, but the reality is that Americans have an immensely negative view of atheists. Here, observe that Americans consider atheists more objectionable than blacks, women, Catholics, Hispanics, Jews, Mormons, gays, or Muslims for political office. And that study does not discriminate about which political party you're discussing!

  41. Re: Who cares by ruir · · Score: 1

    And that is why, as a European, I dont intend to ever set foot again in the USA. Only if I have to. Amerika is becoming the Iran of the West.

  42. Re: Who cares by Sabriel · · Score: 1

    Dear Anonymous Troll. It's not about being blind or handicapped. It's about trust. We are indeed responsible for our actions - and that includes the act of speech.

  43. Re: Who cares by yusing · · Score: 1

    Und if you are schmart, you schut kip thinking zat.

    --

    "You must try to forget all you have learned. You must begin to dream." -- Sherwood Anderson

  44. Re: Who cares by ceoyoyo · · Score: 2

    It is LITERALLY like shouting fire in a crowded theatre [wikipedia.org].

    I think you don't understand what "literally" means. Your post gets sillier from there.

  45. Re: Who cares by ceoyoyo · · Score: 1

    At first your list sounds horrifying. On closer examination, over 90% of Americans said they wouldn't have a problem voting for a black, female, catholic, hispanic or jewish candidate. The others ranked... lower. It's still pretty bad, but not quite as horrifying as at first glance.

  46. Obscurity by dutchwhizzman · · Score: 1

    Your messages would be just as easily for them to read once they know how you embedded them. Encrypt them with a decent algorithm implemented properly. Then use a channel that they might not discover, at least for a while. Don't use the same channel too long and use encrypted messages to inform the recipient of a change in channel. Use PKI, so you don't have to change keys when someone can no longer be trusted. Use PKI, so others can't pretend to be your without stealing your private key. Using steganography the way you describe it is for religious fanatics and boy scouts. Trojans that lack the resources and the channel to do proper encryption may use steganography to remain undetected for people that only casually inspect their proxy/firewall but that's about the only serious modern application I've seen so far. Anyone under surveillance that will only use steganography to hide their data, will be caught.

    --
    I was promised a flying car. Where is my flying car?
  47. Why did Techdirt have to tell them? by michelcolman · · Score: 1

    The DEA had no idea how to access iMessages but now Techdirt just told them how to do it. Your iMessages are no longer safe...

  48. Same crap with Google Talk by spacefight · · Score: 1

    I keep hitting the "off the record" option on Google Talk chats. However, I log in from e.g. an Android device and voila - the chat is back there with the chat log.

    So much about off the record.

    These companies lie to us.

  49. I am sure they are... by DarkOx · · Score: 1

    and that is the real problem. I think a better broader question to be asking is should a "free and democratic society with government by the people and for the people" have agencies spreading disinformation to the people?

    I ask this because there is already large portion of the population that has a very cynical mistrustful view of government (myself included). When officials are known to provide inaccurate information to the public it harms societies ability to trust any other information from government. Most of us are taught honesty is a virtue; when we see government being purposely dishonest it degrades our respect for its institutions.

    I don't deny the short term usefulness it might provide certain law enforcement efforts. I would further suggest there is some line to be drawn between broadly announcing disinformation like "we can't intercept/read iMessages" in hopes of drawing in stupid criminals, and providing disinformation in a very targeted way to someone who is already a suspect. Directly E-mailing a recipe for explosives made form easily obtained materials, that dose not really work to a bomb plot suspect for example.

    I also understand we need military secrets and disinformation about our capabilities there in makes some sense as well provided the real target of that disinformation is foreign threats.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  50. One of the assumptions in the article is flawed. by Andy+Dodd · · Score: 1

    If the encryption key is derived from the users' password, and it's hashed differently than whatever algorithm Apple uses for login (one example might be PBKDF2 for encryption and crypt() for login) - it's very easy to store encrypted "blobs" of data that can only be accessed by the user (with their password). I believe this is how Blackberry operates - their servers store encrypted data, but BB is never in possession of the key.

    That said, if you read the DEA's memo more carefully, all it pretty much says if you think about it is "herp derp we can't sniff SSL. Call the waaaaaahmbulance!".

    The memo is talking about their intercept systems that are installed at the service provider level (cellular provider or landline ISP). These systems can't intercept SSL traffic.

    --
    retrorocket.o not found, launch anyway?
  51. wait a second by milkmage · · Score: 1

    FTA "An internal Drug Enforcement Administration document seen by CNET discusses a February 2013 criminal investigation and warns that because of the use of encryption, "it is impossible to intercept iMessages between two Apple devices" even with a court order approved by a federal judge. ...the key word is INTERCEPT.

    I'm not a security or network expert, but isn't "intercept" different than "decrypt messages stored on a server"?

    couldn't it be difficult to intercept (whereas reading messages stored somewhere is trivial - with a warrant)

    i can send an imessage using the phone number or one (or more) email addresses. w/o knowing how imessage actually works, it looks like phone to Apple to phone - presumably, only Apple knows the relationship between email addresses and phone number so that traffic is sent on the internet (not a cell network) - don't forget, imessage works on non-cellular devices. how does LE track a message end to end with Apple in the middle?.. remember, the keyword is INTERCEPT which implies realtime, so intercepting a message may not be impossible, but impractical - certainly not as easy as SMS. in theory, I could have an imessage conversation and never use the same email address twice - which means cloning an iphone isn't a solution either.

  52. Open source by DrYak · · Score: 2

    Who would believe any different?

    If the source is open, it's actually possible to check if the data safety is sane.

    Exemple: Mozilla's Sync.
    It *does* store web passwords on the server.

    Data sent and received from the server is always encrypted. (the server never has access to the clear text, only to the encrypted form)
    Without the password that the user keeps for him/herself, all the rest is useless.

    Three-letter agencies could subpoena all that they want, there simply isn't a technical way to extract the data. All that they can get is only a bunch of random-looking encrypted data, which is useless without the password stored into the user's head (or a nearby post-it... saddly, no matter how much advance an encryption scheme is, there are always users who will screw up badly).

    Counter example: Skype

    Skype's license clearly state that they will collaborate with local authority as required by local law.
    It's closed source, so you can't actually check, but given the license, you can safely bet that there is very likely a backdoor somewhere inside to comply with the various wire-tapping law.
    (very probably in the form of a way for law-enforcement forces to obtain the encryption key, so it's possible to later decrypt any intercepted network traffic).

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  53. under the heading of DUH! by BigLonn · · Score: 1

    no no, your comms are secure pay no attention to the crypto geek behind the curtain