Slashdot Mirror


The Clock Is Ticking On Encryption

CWmike writes "In the indictment that led to the expulsion of ten Russian spies from the US in the summer of 2010, the FBI said that it gained access to their communications after surreptitiously entering one of the spies' homes, during which agents found a piece of paper with a 27-character password. The FBI had found it more productive to burglarize a house than to crack a 216-bit code, despite having the computational resources of the US government behind it, writes Lamont Wood. That's because modern cryptography, when used correctly, is rock solid. Cracking an encrypted message can require time frames that dwarf the age of the universe. That's the case today. 'The entire commercial world runs off the assumption that encryption is rock solid and is not breakable,' says Joe Moorcones, vice president of information security firm SafeNet. But within the foreseeable future, cracking those same codes could become trivial, thanks to quantum computing."

228 comments

  1. Quantum Encryption by neiljt · · Score: 1

    Will quantum encryption be similarly trivial to crack?

    1. Re:Quantum Encryption by peragrin · · Score: 4, Funny

      only if you don't actually want to crack it, then quantum encryption will unlock itself, however if you want to crack it you can't.

      --
      i thought once I was found, but it was only a dream.
    2. Re:Quantum Encryption by Anonymous Coward · · Score: 0

      Only if you use gigabit encryption. If you want real security, you go with petrabit encryption.

    3. Re:Quantum Encryption by HungryHobo · · Score: 1

      I was under the impression that some of the crypto algorithms were safe from quantum computing.

    4. Re:Quantum Encryption by Anonymous Coward · · Score: 1

      There are some quantum encryption algorithms that are supposed to be safe from decryption by quantum computers. But quantum computers are required to do the quantum encryption, so there will be a kind of race to install enough of the new machines, before those who get the first few of them, misuse them to destroy the anonymity that is essential for a democracy to work.

    5. Re:Quantum Encryption by Black+Parrot · · Score: 3, Insightful

      If you want real security, go with a one-time pad and read up on the mistakes the Kriegsmarine made that let their nifty device get cracked.

      --
      Sheesh, evil *and* a jerk. -- Jade
    6. Re:Quantum Encryption by f3rret · · Score: 3, Funny

      Yes it will. Just because the encryption is "quantum" does not mean it's not trivially breakable with rubber hose cryptanalysis.

      --
      Admit nothing. Deny Everything. Make Counter-accusations.
    7. Re:Quantum Encryption by Totenglocke · · Score: 1

      It doesn't matter - lets see them use raw computing power to generate the missing keyfiles to my TrueCrypt partition.

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
    8. Re:Quantum Encryption by Sir_Sri · · Score: 5, Informative

      Quantum computing is probabilistic, it has a chance to converge on the right answer, and it gets there in the fairly specific case of using a quantum version of a fourier transform to factor large primes. If you base your crypto method on something not vulnerable to to a quantum fourier transform, or if, with your decryption method you absolutely must get the right answer, you can end up back at brute force.

      Quantum cryptography is really not related to quantum computing all that much. They both rely on entanglement, but trying to extract some quantum state of two entangled things (nuclear or electron states most likely) isn't really a computational problem that computing, quantum or otherwise exists to solve. There are lots of practical challenges to quantum cryptography, the short version of which is that a single thing in a specific quantum state is hard to pin down, but lots of stuff (polarized light, atoms in excited states etc.) all happen with a distribution of states. If you were to communicate inside a device this limitation isn't really a problem, but if you need to send data from New York to LA it's very hard to send a single photon or atom (at least for the moment), and if you're sending a million photons, in some collection of quantum states it's somewhat harder to guarantee security. I'm being a bit handwavy here, but a few years ago I did a simple demo quantum crypto project with polarized light, for a couple of hundred dollars in hardware borrowed from an optics lab for an afternoon it worked pretty well. Over the length of a table. Scaling up to fibre optics that move any meaningful distance isn't impossible, but if done wrong you end up rapidly defeating your own crypto system.

      For those who don't know, a quantum computer can factor products of primes in polynomial time, with a certain probability of success, but right now because you can't build quantum computer which more than a few qubits you are limited to trivial problems. If you could build a multi-million qubit system you could, with a certain probability of success, factor large products primes such as those used in cryptography in polynomial time.

    9. Re:Quantum Encryption by citizenr · · Score: 1

      Will quantum encryption be similarly trivial to crack?

      "quantum encryption" is not an encryption per se, but a method of sending sensitive information

      --
      Who logs in to gdm? Not I, said the duck.
    10. Re:Quantum Encryption by Interoperable · · Score: 1

      A multi-million qubit system wouldn't really be needed; a few thousand would probably be plenty if the states lasted for a while. I think the record sits at about a seven qubit register using trapped ions and they only last long enough for a proof-of-principle gate operation.

      --
      So if this is the future...where's my jet pack?
    11. Re:Quantum Encryption by Anonymous Coward · · Score: 0

      I've read some time ago something about quantum encryption being already cracked.
      btw. if I try to decrypt a quantum encrypted message will it become destroyed ?
      Then I don't even need to decrypt it... if the intended recipient can't read it is almost as good as if I read it.

    12. Re:Quantum Encryption by SuricouRaven · · Score: 2

      Quantum link encryption is completly unbreakable, according to the mathematics. It's of niche uses, because you need a continuous quantum path from end to end, but useful for those applications where a fiberoptic link needs to be protected from intercepts anywhere along it's length, like connecting military bases. There are implimentation attacks based on things like overwhelming the photon sensors, but the fundamental mathematics has been proven unbreakable.

      Can't actually store quantum-encrypted information, though. Not yet. But it does mean that if you have the two endpoints physically secure, and a fiber linking them, you don't have to worry about someone tapping the fiber.

    13. Re:Quantum Encryption by Anonymous Coward · · Score: 3, Funny

      I have an algorithm that lets me factor any number with runtime complexity O(1) with a probability 1/(2^log2(n)) and can run on any system with support for /dev/random. No need for expensive quantum hardware. Preliminary tests have been able to break 4-bit RSA quite reliably. Encryption as we know it is doomed.
      Where should I go to collect my grant money?

      PS: You can leave the Nobel Prize next to my garden gnome. Thanks.

    14. Re:Quantum Encryption by cforciea · · Score: 2

      There are two problems with your statement.

      First, the way current Quantum Encryption works is just for a key exchange. In reality, a Quantum Key Exchange is a way to collaborate and cooperatively generate a key, not a way to transmit arbitrary bits. It relies on the fact that if Alice and Bob are exchanging a key, half of the bits Bob gets are going to be wrong, and he won't know which ones until they talk about it afterwards. An intermediary can't intercept the key and still make sure it gets to Bob, because he or she would have to try to regenerate the intercepted bits, and because there has been no exchange yet to determine which bits were "wrong", it can't tell how the particle was actually supposed to be polarized. This is a gross oversimplification (none of the bits are actually wrong, Bob is actually just guessing at which polarization to use to interpret them), but the net result is that the exchange can only be used to exchange keys, at which point classical cryptography schemes are used (and at that point have any weaknesses that the encryption scheme has).

      Second, math can say whatever it wants about the security of quantum key exchanges, but there is still always the possibility that we got some portion of the observational physics wrong and the world doesn't work quite like we think it does. At that point, the math would be describing a universe that is not ours and does not do you any good, no matter how well it proves the encryption unbreakable.

    15. Re:Quantum Encryption by Lashat · · Score: 1

      Exactly what he said. :s

      --
      For every benefit you receive a tax is levied. - Ralph Waldo Emerson
    16. Re:Quantum Encryption by wagnerrp · · Score: 2

      Someone has been reading XKCD.

    17. Re:Quantum Encryption by Sulphur · · Score: 1

      I have an algorithm that lets me factor any number with runtime complexity O(1) with a probability 1/(2^log2(n)) and can run on any system with support for /dev/random. No need for expensive quantum hardware. Preliminary tests have been able to break 4-bit RSA quite reliably. Encryption as we know it is doomed.
      Where should I go to collect my grant money?

      PS: You can leave the Nobel Prize next to my garden gnome. Thanks.

      The Prize will be encrypted as a second gnome.

      If you reach for the wrong one, then the prize vanishes.

    18. Re:Quantum Encryption by am+2k · · Score: 1

      it gets there in the fairly specific case of using a quantum version of a fourier transform to factor large primes.

      Bill Gates, is that you?

      I think I know of a better algorithm to factor large primes ;)

    19. Re:Quantum Encryption by hasdikarlsam · · Score: 1

      So you check the answer and, if it's wrong, try again until it isn't.

      The probabilistic correctness isn't an issue except in toy problems, especially as you could in the limit just repeat the operation until the chance of it going wrong is less than the chance of the operator going wrong.

    20. Re:Quantum Encryption by BrokenHalo · · Score: 1

      You don't need a quantum blowtorch to perform thermorectal cryptanalysis.

    21. Re:Quantum Encryption by mdmkolbe · · Score: 1

      If you base your crypto method on something not vulnerable to to a quantum fourier transform, or if, with your decryption method you absolutely must get the right answer, you can end up back at brute force.

      First half: right. Second half: misleading.

      If you work the same factorization problem multiple times with a quantum computer, the likelihood that all of those factorizations are wrong decays exponentially with the number of times you work the problem. It is trivial to check which factorization is right using a classical computer.

      So yes, quantum cracking will say "Could Not Crack" some percent of the time, but that percentage can easily be made as small as you want just by resubmitting the problem to the quantum computer or running quantum computers in parallel. If it fails 10% of the time, just run it 20 times and it will fail only 10^-20 of the time.

      The hard part as you mention is that getting a quantum computer with enough bits is really hard. It's not like adding RAM to classical computers, in a quantum computer each bit is harder to add than the last one. I don't remember how much harder, but it wouldn't surprise me if it was twice as hard. Given that last I checked (5 years ago) we were only up to 4-5 bits, we have a ways to go before we get up to 128 bits.

    22. Re:Quantum Encryption by pinkushun · · Score: 1

      Truecrypt uses the first 1024 bytes of the key file only, and though not likely at this time, collision attacks could be a potential vector of attack with, and when, quantum processing becomes available.

    23. Re:Quantum Encryption by blueg3 · · Score: 2

      Proper quantum computation (like Shor's Algorithm) isn't probabilistic at all.

      Also, you don't need millions of qbits to factor primes. You need on the order of 10x the number of bits in the prime.

    24. Re:Quantum Encryption by Paracelcus · · Score: 2

      256 bit hash, triple blowfish, AES outer envelope, Micro-SDHC card in a hollow coin, in a coin tray on your dresser.

      --
      I killed da wabbit -Elmer Fudd
    25. Re:Quantum Encryption by wirelessbuzzers · · Score: 1

      Off topic, but "any sufficiently advanced incompetence is indistinguishable from malice."

      --
      I hereby place the above post in the public domain.
    26. Re:Quantum Encryption by kasperd · · Score: 3, Informative

      There are some quantum encryption algorithms that are supposed to be safe from decryption by quantum computers.

      Hash functions and symmetric ciphers are somewhat safe against quantum computers. A quantum computer can give a significant speedup, but only to the point of reducing the strength to half the number of bits it would otherwise have. So, just design the algorithms to work with twice as many bits as needed to break them on a classical computer, and they will most likely be secured against a quantum computer as well.

      However public key encryption schemes (especially those built on factorization like RSA) can be broken much faster on a quantum computer. For those just increasing the key length isn't sufficient to give you the edge you need to protect against quantum computers. Research is happening in the field of developing public key schemes that are secure against quantum computers, but I don't know what the current state of that is.

      But quantum computers are required to do the quantum encryption, so there will be a kind of race to install enough of the new machines, before those who get the first few of them, misuse them

      There is a major difference. You don't need a quantum computer to do quantum cryptography. You need a device that can send single qubits, and a device that can receive and measure them. But these devices don't need to work on more than one bit at a time, so they are not really quantum computers. The algorithms do involve a lot of computation, but that computation happens on a classical computer which is doing computation on the data before and after it has been in the state of qubits.

      There is a method to increase the range at which quantum encryption can work, which involve quantum computers. You cannot use a classical repeater with qubits because the repeater would collapse the quantum state in pretty much the same way an eavesdropper would. Instead you would use devices that takes advantage of entanglement of qubits. Each such device will require a 2-bit quantum computer in order to work. But a 2-bit quantum computer is no use for breaking any sort of encryption. The encryptions that you could break using a 2-bit quantum computer are much easier to break using a classical computer and a lookup table of all the possible keys.

      --

      Do you care about the security of your wireless mouse?
    27. Re:Quantum Encryption by Sir_Sri · · Score: 2

      probably true that a few thousand would suffice for current cryto systems. But you're then into a trivial cat and mouse game. If it's easy to factor a 4 bit product of primes with a quantum computer, use 16 or 32. If it's easy to build a quantum computer to factor 256 bit RSA with a few thousand gates, well use 1024. If building a crypto system scales more easily than the quantum computer does, well, you're still ahead.

      The problem of qubits though is more subtle than just the record being a 7 or 8 qubit system. Without millions in grant money the most complex transistor system you could build in a uni lab would be, frankly, pretty pathetic compared to what can be fabbed by intel. If you want a large scale quantum computer you probably are going to need large scale R&D and manufacturing. That sort of investment wasn't made in quantum computing 4 or 5 years ago, and I haven't touched the topic since so I don't know what's happened since. I suspect that the semiconductor guys are watching the research to try and figure out just how complex and expensive it's going to be to build a system that can factor something more complex than 652133 (719x907). 5 years ago when I was looking into it the big question was which quantum system was most viable, excited electronic, or nuclear states, if so which ones and so on. That's a few steps away from being able to build a scalable system, but it isn't necessarily a huge breakthrough to go from being able to build 100 qubit system(of some time) in a lab to a billion qubit system at intel, though it might be. Depends on a lot of factors.

    28. Re:Quantum Encryption by Interoperable · · Score: 2

      I'm not well-versed in Shor's algorithm, but since the number of operations required scales polynomially, I suspect that the time that a given machine takes to factor a number scales polynomially with the number of bits. A 1064 bit encryption would just take 4 times longer. That doesn't make moving to longer keys a viable solution.

      The trouble right now doesn't lie in whether or not Intel's resources are being thrown at it; Intel can't fab ion traps. Fundamentally new ideas regarding producing and interacting qubits will be needed before it could possibly move to a commercial R&D effort. Some people are working with silicon-based systems because of the possibility of, at least partially, using existing technology to build them but those systems have many limitations.

      --
      So if this is the future...where's my jet pack?
    29. Re:Quantum Encryption by kasperd · · Score: 1

      I've read some time ago something about quantum encryption being already cracked.

      Some implementations have been flawed, but quantum encryption itself is not broken, and cannot be broken without finding some changes to the laws of physics. One example of a flawed implementation was one where you could send a bright light in the opposite direction of the communication and get enough light reflected to measure the exact orientation of the filter producing the outgoing qubits. The sender only intended to send just one qubit with the specific orientation but by sending lots of additional photons and have them bounce back, there would be more than enough identical qubits to measure in both bases. As soon as you have done that you can pass on the bit by using your own qubit generator. The sending device needed to be fixed such that you cannot amplify the signal by shining a bright light into it.

      --

      Do you care about the security of your wireless mouse?
    30. Re:Quantum Encryption by dwye · · Score: 1

      I think you mean the NKVD, in the Venona Transcripts (they reused pads some of the time, allowing about 1% of transmissions to be cracked).

      Also, the Kriegsmarine did not use Enigma machines for military communications. They had to use it so that the local consulates could arrange for new supplies, since the Foreign Ministry *did* use Enigma, exclusively, so it did not matter in the end.

      Pointing out that the best way to crack an uncrackable encryption is always to convince someone who has the key to decrypt it for you (or your little dog gets it, or via False Flag deception, or ...). The best way to break a locked door is not to pick the lock, but blow the door or neighboring wall down.

    31. Re:Quantum Encryption by hairyfish · · Score: 1

      The weakness is the same with all systems, a screwdriver jammed in the ear of the password holder is generally the quickest method to unlocking any encryption.

    32. Re:Quantum Encryption by stonewallred · · Score: 1

      I have a blow torch, vise-grips and a hammer. I can break any code, just give me the person who knows the key. Don't want no Nobel, but will take work if given immunity from prosecution, a large sum of cash. Results guaranteed, especially if you can provide members of the person's family, or their loved ones, and a good clean up crew.

    33. Re:Quantum Encryption by Ralcog · · Score: 1

      However, if the increase R&D you mentioned increases exponentially to get that 4x increase, then the usefulness of using qubits is still in the air.

    34. Re:Quantum Encryption by Anonymous Coward · · Score: 0

      What you call "Quantum ENCRYPTION" is key exchange in reality (AES is THEN usually used for encryption using the previously exchanged key).

      And this key exchange has been broken several times already -mainly because of the difference between the THEORY and the PRACTICE.

      Result: "Quantum ENCRYPTION" is all but safe. This is just a scam for those who do NOT UNDERSTAND how it works.

    35. Re:Quantum Encryption by leonem · · Score: 1

      This is not my area at all, but I attended a lecture a couple of years ago by one of the top UK quantum computing researchers (I think it was one of these guys), and I asked him at the end of the lecture how they got the answers 'out' of the quantum element of the computer and into something more conventional to be looked at by humans, processed further etc; he conceded that this was very difficult, and when I pushed him on the hardest question they'd actually solved he wryly admitted that the best they'd done was to factorize 15. Of course, I'm sure that's a huge acheivement to have proved the principle in practice even in a small way, but it is funny everyone heralding the end of cryptography when it seems to be quite some way off.

    36. Re:Quantum Encryption by fatphil · · Score: 1

      "Quantum link encryption is completly unbreakable, according to the mathematics."

      Not quite, that's a common misconception. Quantum link encryption is completely unable to detect evesdropping at a lower rate than the noise floor, according to the mathematics. So you'd better make sure you're not transmitting anything with an entropy density too low.

      --
      Also FatPhil on SoylentNews, id 863
    37. Re:Quantum Encryption by HuguesT · · Score: 1

      Perhaps with your system you could go and break 8-bit RSA ? This would be wonderful and a blow to quantum computing. With proper hardware progress, 9-bit RSA cracking would be just around the corner :-)

    38. Re:Quantum Encryption by fatphil · · Score: 1

      You seem to have confused 'polynomial' with 'linear'.

      If the exponentiation operations cost O(N^3), and the number of retries is O(1) (I have no idea what it is in reality, even whether it's o(N) or not), then 1024-bit cracking would be ~ 4^3 = 64 times more expensive _in time_ as 256-bit cracking. Were the number of retries to be O(N), then the factor might be 4^4 = 256 instead. However, the increase in the cost of the device would almost certainly be much more expensive than that factor suggests - note that nobody's built anything but toy examples currently.

      --
      Also FatPhil on SoylentNews, id 863
    39. Re:Quantum Encryption by Sloppy · · Score: 1

      With current technology, rubber hose cryptanalysis can't ever be used without at least one of the endpoints detecting it..

      .. unless the whole internet is just a series of rubber hoses! *gasp*

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    40. Re:Quantum Encryption by Anonymous Coward · · Score: 0

      Proper quantum computation (like Shor's Algorithm) isn't probabilistic at all.

      Also, you don't need millions of qbits to factor primes. You need on the order of 10x the number of bits in the prime.

      It's easy to factor a prime - its factors are itself and 1.

      I think you mean "factor a large number which is a product of two large primes".

      There. Fixed that for you.

    41. Re:Quantum Encryption by hcdejong · · Score: 1

      Also, the Kriegsmarine did not use Enigma machines for military communications.

      Source?

      Everything I've read suggests that the Kriegsmarine did use Enigma for military communications. They did have their own upgraded design (4-rotor) which was designed to be backwards compatible with army and government Enigma systems. This introduced a couple of weaknesses into the design (the fourth rotor didn't rotate, for example).

  2. And the news here is what? by 2.7182 · · Score: 2

    Welcome to 1994, and Peter Shor's discovery of how to factor with quantum computers.

    1. Re:And the news here is what? by Z00L00K · · Score: 3, Informative

      However not all encryption algorithms can be cracked using quantum computers. The quantum computer cracking of encryption relies on the factorization algorithm and prime numbers but if an encryption is based on another technology the quantum computers aren't a help.

      So the Navajo code talkers are still safe.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    2. Re:And the news here is what? by davester666 · · Score: 1

      ....safe in their graves!

      If they don't encrypt/decrypt for the gov't, they don't do it for anyone else!

      --
      Sleep your way to a whiter smile...date a dentist!
  3. The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 2, Insightful

    The FBI had found it more productive to burglarize a house...

    That kind of behavior, burglarizing houses, committing a crime to stop other crimes, is destructive to the rest of the nation. There are mistakes. There are agents who use their power to cause trouble. There are many other negative consequences, such as the FBI agents acting to support their personal ideas of political action, which has happened numerous times in the past.

    1. Re:The U.S. government is VERY corrupt. by Black+Parrot · · Score: 4, Insightful

      That kind of behavior, burglarizing houses, committing a crime to stop other crimes, is destructive to the rest of the nation.

      I don't find it such a bad thing, if they have a warrant from a non-corrupt judicial system.

      You can hardly say fighting espionage is inherently corrupt.

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 1

      I don't find it such a bad thing, if they have a warrant from a non-corrupt judicial system.

      You can hardly say fighting espionage is inherently corrupt.

      OK, say that someone what a warrant to go in to my home and steal my personal stuff. Will I be informed so that I can present proof that they don't really need to do that?
      I can't really see how that would work with a fair judicial system where everyone is allowed to defend themselves.
      In that particular case I would not be given the opportunity to defend myself until after my entire world have been turned upside-down.

    3. Re:The U.S. government is VERY corrupt. by SuricouRaven · · Score: 1

      Obviously you can't be informed, because then you might use the warning to relocate anything you don't want found. In princible, the ideal would be for you to recieve compensation afterwards of far more than the cost of repairing the house and any damaged posessions. In reality, you'd be more likely to get absolutly nothing except rumors from the neighbours over why the police broke your door down.

    4. Re:The U.S. government is VERY corrupt. by st0rmshad0w · · Score: 1

      Will I be charged with capital murder of a federal agent for shooting the armed burglar that I find in my house? Or will it be a perfectly legal response like it would be if the burglar was a regular citizen.

    5. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0

      You have to love how the US government is fine with committing crimes to prevent crimes and yet they condemn Wikileaks for exactly the same thing.

    6. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 5, Insightful

      I rather think that the FBI is quite careful to check that you are not in the house before they go in. They probably have someone trailing you who will warn them if you start heading home or if they lose track of where you are. They are not idiots and have no interest in getting into a firefight unnecessarily.

      Basically, stop being stupid. The FBI is not going round breaking into people's houses willy-nilly. They entered those specific houses because they had probable cause to believe that their occupants were hostile agents of a foreign power engaged in illegal espionage, and they had acquired warrants to do so, supported by oath and particularly describing the places to be searched and the things to be seized. Are you seriously complaining because government agents obeyed the Constitution to the letter in the course of exercising their duty to uphold the rule of law?! I can scarcely believe that any American would display such contempt for the principles on which your hard-won freedom is founded.

    7. Re:The U.S. government is VERY corrupt. by Jawnn · · Score: 1

      That kind of behavior, burglarizing houses, committing a crime to stop other crimes, is destructive to the rest of the nation.

      I don't find it such a bad thing, if they have a warrant from a non-corrupt judicial system.

      You can hardly say fighting espionage is inherently corrupt.

      True enough, but a government that increasingly finds it necessary to hide it's actions in that arena from even the tacit judicial oversight now in place deserves every bit of the suspicion it suffers, and then some. History has (or should have) taught us well that the excuse that "we're protecting you from " is almost always a sign of bad things to come.

    8. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0, Offtopic

      The worse thing is they invented a non-word 'burglarize' when 'burgle' was already in use by literate people.

    9. Re:The U.S. government is VERY corrupt. by duffbeer703 · · Score: 1

      You would be charged with murder. Shooting at policemen is a bad idea, whatever the scenario.

      The agents, although technically violating some law or policy, were acting in good faith in pursuit of justice.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    10. Re:The U.S. government is VERY corrupt. by ScentCone · · Score: 1

      burglarizing houses

      Counter-espionage actions against foreigners who you know to be spies working for another country ain't the same as burglary. Of course you know that, you trolling twit.

      --
      Don't disappoint your bird dog. Go to the range.
    11. Re:The U.S. government is VERY corrupt. by MaskedSlacker · · Score: 1

      I can scarcely believe that any American would display such contempt for the principles on which your hard-won freedom is founded.

      You must not know many Americans.

    12. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0

      You can hardly say fighting espionage is inherently corrupt.

      Well, that's exactly what it is. If you are fighting espionage it means you have stuff you need to hide. Non corrupt governments don't hide anything.

    13. Re:The U.S. government is VERY corrupt. by healyp · · Score: 1

      There was a time when the FBI might go into people's houses willy-nilly, that's sort of Hoover's legacy. Nixon: "Computers may be twice as fast as they were in 1973 but your average voter is as drunk and stupid as ever. The only one who's changed is me. I've become bitter, and let's face it, crazy over the years. And once I'm swept into office, I'll sell our children's organs to zoos for meat. And I'll go into people's houses at night and wreck up the place! Muhuhahahaha!"

    14. Re:The U.S. government is VERY corrupt. by eriqk · · Score: 1

      Will I be charged with capital murder of a federal agent for shooting the armed burglar that I find in my house?

      After the HRT is done with you, there may not be enough of you left to charge you with anything.

    15. Re:The U.S. government is VERY corrupt. by Oriumpor · · Score: 2

      The expectation is that there will be a witness to the 4th ammendment specified exception. Whether or not you're told, well that's where wiretapping (and keylogging etc) come into play, i'm not certain of any precident in this area but I'd imagine there has to have been a few that made it to trial.

    16. Re:The U.S. government is VERY corrupt. by TheLink · · Score: 1

      So far who has been getting the most kills in the "random US citizen vs police/FBI" incidents?

      http://www.google.com/search?num=100&q=fbi+shoot+home

      On the bright side, dead people aren't normally required to show up as defendants in court.

      --
    17. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0

      were acting in good faith in pursuit of justice.

      That amounts to nothing. Faith has nothing to do with consequences of the actions and justice is objective. For example, you could say the same about Gitmo staff.. "acting in good faith and in pursuit of justice". BULLSHIT.

    18. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0

      That kind of behavior, burglarizing houses, committing a crime to stop other crimes, is destructive to the rest of the nation.

      Calm down -- the FBI likely considers this to be only another form of "brute force" decryption.

    19. Re:The U.S. government is VERY corrupt. by Anonymous Coward · · Score: 0

      particularly describing the places to be searched and the things to be seized

      Oh, sure -- "the grounds" and "anything whose meaning is not immediately understandable by an average third grader". Specificity, my ass.

      Never forget that cops know which judges are former cops or prosecutors, who will sign any warrant presented before they're fully awake.

    20. Re:The U.S. government is VERY corrupt. by bstender · · Score: 1

      You are stating articles of faith, but in reality it's improbable that it went down by the book. Though I agree that 'entering houses willy-nilly" is not the norm, that leaves plenty to be concerned about. It IS normal that police break the rules routinely, they perjure themselves on the witness stand, fabricate evidence, torture suspects, entrap, enforce political agendas and act in contempt of democratic principles and justice as a RULE...and "the code" insures that it will rarely is discovered. Police work for the politicians who work for the elite. Cynical, but true.

      --
      look sig is kool
    21. Re:The U.S. government is VERY corrupt. by duffbeer703 · · Score: 1

      Yeah, it probably is bullshit.

      In fact if you are a multi-millionaire, you could probably find a talented team of attorneys to fight the unlimited resources of the US government for a few years at $500/hr each to argue the point. Maybe you could find some judge to agree with you.

      Good luck with that.

      Also, how well have gitmo done with the objective scales of justice? Not so good.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  4. I have better daydreams than this by dragisha · · Score: 1

    Let me submit one to Slashdot too.

    --
    http://opencm3.net, http://www.nongnu.org/gm2/
  5. Is "quantum computing" the next "cloud computing"? by Anonymous Coward · · Score: 3, Insightful

    Many of us have known it for a long time, but more and more people are waking up to the fact that "cloud computing" is a sham. It's basically 1970s-era mainframe computing revived and renamed, with a layer after layer of marketing bullshit layered on. It has all of the same drawbacks as mainframe computing plus some, and often without many of the benefits.

    "Quantum computing" risks becoming the next such mania. Soon enough, some marketing dipshits will come along and relabel some lousy existing technology as "quantum computing" (even when it absolutely isn't). This will get the press going, and soon the buzz will be overwhelming. Every manufacturer will be hard at work putting "Quantum Powered" stickers on the hardware they sell, and all sorts of software providers will be labeling their software as "quantum-compatible".

    If it's anything like cloud computing has been, it'll just be a waste of time and money.

  6. Quite right by AaxelB · · Score: 5, Insightful

    Yeah, that's true.

    Wait, who didn't know this already? The title is misleading, but the fact that quantum computing breaks RSA is pretty standard knowledge (among people who have heard of quantum computing at all, I guess). Of course, there are other encryption schemes that seem to work just fine (e.g. Elliptic curve cryptography) with quantum computing, and there's not much evidence that algorithms other than RSA are broken. Note: factoring isn't NP-complete! So far there's no reason to believe it's not an "easy" problem, except that we haven't figured out how to do it. More intersetingly, there's a lot of research being done on quantum cryptography, which is really quite cool. In total, quantum computing should probably give us more security than it breaks, except for the idiots who keep using outdated algorithms long after they're broken, but they'd be screwed anyway.

    So, the sky is falling! Oh wait, no, that's just the weather changing.

    1. Re:Quite right by Mr.+Underbridge · · Score: 2

      but the fact that quantum computing breaks RSA is pretty standard knowledge (among people who have heard of quantum computing)

      Yep - and given how well it's currently working, you're screwed if you're using 4-bit RSA (to steal a famous quote from Schneier).

      We've been hearing this story for long enough that the 'quantum computing breaks crypto' crowd ought to stop broadcasting that claim until they can break keys of arbitrary length.

    2. Re:Quite right by spottedkangaroo · · Score: 1

      A minor nit: any "hard" problem that's harder one way than the other will ultimately be attackable via quantum methods. This is true for almost any public key system including ECC. There hasn't been as much work quantum vs ECC, but only because ECC is pretty cutting edge.

      the source of all human knowledge has a couple links to research on the topic.

      It is certainly the case that you can overcome quantum attacks by using quantum crypto, but that's going to be a problem for people who have less money than banks.

      One time pads are another option, but then we have to go back to the days of physically pre-sharing the keys. That's an interesting notion too ... In Fire Upon the Deep, there's much ado regarding missions to deliver one time use cipher entropy to other locations using space ships.

      --
      Imagine if you weren't allowed to use roads because a bus company complained about your driving 3 times. --skunkpussy
    3. Re:Quite right by Anonymous Coward · · Score: 0

      Exactly, I can factor a two bit number faster than they can click their quantum machine power-on button. So can any digital CPU.
      It's not 128-RSA at risk, they aren't even at at a level where they could have been useful if they had appeared in the 1920s.
      Can quantum computers scale at all? They apparently need insane amounts of grant money to work. Other than that they rely on quantum magic that hs been only "shown" to work in theory.
      Some quantum properties might be usable, but quantum computing sounds like snake oil of the worst class.

    4. Re:Quite right by elashish14 · · Score: 1

      Obviously you didn't RTFA, which states EC cryptography is just as easily breakable via quantum computation (moreso, in fact, than RSA). The upshot: use QKD to transmit the key, then rely on classical encryption schemes (e.g. AES) for the message (for which QKD is nearly useless). Actually, it sounds perfect since QKD is generally considered unbreakable. Then again, computing power increases so quickly that I doubt AES will be secure for long.

      wow, I actually learned something FTFA.

      --
      I have left slashdot and am now on Soylent News. FUCK YOU DICE.
    5. Re:Quite right by AaxelB · · Score: 1

      Yeah, I didn't know about ECC also being vulnerable (I learned something, too!). The problem with using QKD is that it requires all involved parties to be on a network of quantum computers. The biggest danger I see is when a few people (like the NSA) have quantum computers, but no one else does. If there aren't classical public-key schemes that can stand up to quantum computing, then security as we know it is basically broken, and anyone who wants a real guarantee of privacy will have to resort to one-time pads.

    6. Re:Quite right by AaxelB · · Score: 1

      A minor nit: any "hard" problem that's harder one way than the other will ultimately be attackable via quantum methods.

      Can you point me toward more information on this? I haven't heard anything like that before -- all arguments I've seen that say quantum computing breaks cryptographic schemes are just based on Shor's algorithm, which I didn't think had such broad implications. (I didn't know it breaks ECC, too.)

    7. Re:Quite right by steveb3210 · · Score: 1

      Yeah, that's true. Note: factoring isn't NP-complete! So far there's no reason to believe it's not an "easy" problem, except that we haven't figured out how to do it.

      Much like people work under the assumption that factoring is hard, you are working under the assumption that factoring is not NP-Complete. Nobody has proven this either...

    8. Re:Quite right by rmav · · Score: 1

      Of course, there are other encryption schemes that seem to work just fine (e.g. Elliptic curve cryptography) with quantum computing, and there's not much evidence that algorithms other than RSA are broken.

      Actually, all discrete-logarithm based schemes can be broken in polynomial time by quantum computing, hence also elliptic curve cryptography.The details have to be re-worked out for each such scheme, but that's true also of any classical attack. See for instance http://www.mathcs.richmond.edu/~jad/summerwork/ellipticcurvequantum.pdf

      Roberto

    9. Re:Quite right by rmav · · Score: 1

      Some quantum properties might be usable, but quantum computing sounds like snake oil of the worst class.

      My personal opinion is that quantum computing is - currently - mainly a means to get fat grants.
      Roberto

    10. Re:Quite right by AaxelB · · Score: 1

      Yeah, that's true. Note: factoring isn't NP-complete! So far there's no reason to believe it's not an "easy" problem, except that we haven't figured out how to do it.

      Much like people work under the assumption that factoring is hard, you are working under the assumption that factoring is not NP-Complete. Nobody has proven this either...

      That's true, but it's a pretty safe assumption. Integer factorization has been proven to be in both NP and CoNP, so if it's NP-complete that would mean that NP=CoNP. This, in turn, would imply that NP=PH. This would be, suffice it to say, very surprising.

    11. Re:Quite right by Anonymous Coward · · Score: 1

      I'd disagree with that assessment - if research indicates that RSA has the potential to be broken in say 10 years, then any saved RSA encrypted info could be deciphered then. For some stuff (authentication) that wouldn't matter, but for bank records, classified documents, etc. even outdated information could be potentially dangerous to have compromised.

    12. Re:Quite right by wagnerrp · · Score: 1

      No. The problem with using QKD is that it requires all involved parties to be able to exchange entangled particles. You can't do that on a switched network. You MUST have direct fiber optic links for it to work.

    13. Re:Quite right by AaxelB · · Score: 1

      That reinforces my point, though :)

      If they get quantum computers to work at a useful scale, they'll be near useless for communication (both because they're so expensive and because of the networking problems you mentioned), but will be great for breaking all the encryption that everyone else uses around the world. In short, we need a classical cryptography scheme that's still secure with quantum computing.

    14. Re:Quite right by TheRaven64 · · Score: 1

      It's important for some people. No encryption is unbreakable, when you encrypt you always have to decide how long the information needs to be secret for. It may not still be the case (computing power is a lot cheaper now), but fighter aircraft used to use very weak encryption for their communications, because it was only important that it remain uncracked by a determined adversary for a few hours and adding more latency was more dangerous than someone learning what you said a couple of hours ago. In contrast, other data can still cause problems if released decades into the future (for example, the identity of deep cover agents, or the location on Mars of the sound stage where the moon landings were faked).

      When picking an encryption technique, you need to factor in future technological advances when determining how long it will take to crack. DES, and even triple DES, are relatively easy to crack, but were far beyond the computing power at the time of their creation. Quantum computers are just another factor, like Moore's law, that needs to be accounted for. If you expect large quantum computers to be feasible some time in the next 20 years, you make sure that you don't rely on algorithms vulnerable to Shor's algorithm to protect data that you don't want foreign intelligence agencies to see in the next 20 years.

      --
      I am TheRaven on Soylent News
    15. Re:Quite right by elashish14 · · Score: 1

      Yes, this is definitely a valid point. However, QKD is right now at a level pretty far past quantum computation, so maybe there's hope that QKD will be widespread enough for normal users before quantum computation reaches the point where it can break heavy RSA encryption. I envision some sort of routing hub that can accept keys via QKD which then passes it securely to the client.

      However, if QKD can't be managed for long distances (that is, if we don't find a good way to send it over long distances OR if we can't make reliable repeaters), then its use will be pretty limited. As mentioned throughout the thread, this is one of QKD's biggest challenges right now.

      --
      I have left slashdot and am now on Soylent News. FUCK YOU DICE.
    16. Re:Quite right by arose · · Score: 1

      Or a one time pad. You don't need to each have a hard drive full of random bits to periodically exchange AES keys.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    17. Re:Quite right by The+Master+Control+P · · Score: 1

      The entire history of Basic Research would like to have a word before it bitchslaps you into next Tuesday.

    18. Re:Quite right by NoSig · · Score: 1

      The very best and pretty much only evidence so far that NP != PH or even that P != NP is that everyone who has tried to prove equality has failed. Mathematics is not limited by human ingenuity, so that we fail to prove something is to me no evidence that that thing is false. No one has proven P != NP either, but the argument there is that proving lower bounds is harder than coming up with algorithms, which I find to be a poor argument as well. Many complexity theorists disagree with me on that, as evidenced by the many claims that "no one thinks that P=NP" and e.g. your post. Still, it does not suffice to say that NP=PH would be very surprising. Also, why do you believe that NP=coNP implies NP=PH? I've never heard such a thing, I've heard statements from complexity theorists that seem incompatible with that and the Wikipedia entry for both coNP and PH state no such thing.

    19. Re:Quite right by spottedkangaroo · · Score: 1

      I can't exactly. You'd have to really look into it. I'm also definitely not an expert on the subject. But start with the discrete log problem. Notice how it's really easy to go one way, but it's really really hard to go back the other? Nearly all of our crypto relies on this. Hashes do to. It's really easy to go md5(something) = bingo. but it's nearly impossible to go un-md5(bingo) = something. That's entirely the point. And that's exactly the kind of thing quantum will make easier. They have exact algorithms for the discrete log stuff, but any problem that relies on this asymmetry will be eventually crackable. And actually, if you look at it, the ECC stuff is really similar to the discrete log problem. It literally drops rational curve math in place of the prime powers.

      ECC has nothing to do with quantum or being unique compared to what we already have. What ECC gives you is less bits per difficulty. What it also gives you is weil pairings, which allow you to do PBC (which is the exciting stuff lately) and IBE (which is where I heard about this stuff).

      IBE is my only real exposure. I only read this stuff peripherally. It takes a math genius to do this stuff meaningfully since there isn't any real software yet -- just the whitepapers (lots of 'em).

      My only real point is that if you have a problem that's hard because it relies on lots and lots and lots of choices in order to reverse it ... that's exactly what quantum is good at.

      You basically put all the possibilities in the superposition, then let it cool off to the right answer. And if there isn't an algorithm for ECC yet (and it seems you just have to modify Schor) then there will be, because it's nearly the same thing, but using elliptic curves instead of powers.

      Again, I have no doubt that we'll think of something new to do after quantum hits, but there might be a few years there where regular people can't hide from the NSA's quantum machines.

      --
      Imagine if you weren't allowed to use roads because a bus company complained about your driving 3 times. --skunkpussy
    20. Re:Quite right by AaxelB · · Score: 1

      Indeed, I was shooting from the hip a bit. I didn't mean to argue that integer factorization *cannot* be NP-complete, in the same way that I wouldn't argue that NP != PH or P != NP. However, among experts in the field, it's generally expected (not known, not proven) that all those things are true. When I said it would be "surprising", I meant that many well-informed people would be surprised. I like using words to mean what they mean.

      Basically, yes, it is possible that P = NP = CoNP = PH, but it's reasonable in many contexts to assume otherwise.

      As for NP=CoNP implying NP=PH, that was actually out of my notes for a computational complexity course I took. There's a proof in these lecture notes under Theorem 3 (not the course I took, and I haven't checked the proof in detail, but it looks about right).

    21. Re:Quite right by Anonymous Coward · · Score: 0

      It's not 128-RSA at risk

      Factoring 128 bit numbers is trivial with classical computing already.

    22. Re:Quite right by kmac06 · · Score: 1

      No, it can be done on a switched network, as long as the switching is all-optical (or you have a quantum repeater). Fortunately, this sort of technology is MUCH simpler than a full-blown quantum computer, so wide-scale quantum cryptography will be viable (though not necessarily in place) long before quantum computing is viable.

    23. Re:Quite right by kmac06 · · Score: 1

      Just to clarify, by all-optical switching, I meant anything where the single photon is not measured & resent (i.e., the way a classical repeater works). This sort of switching is possible, but not typically done.

    24. Re:Quite right by doublebackslash · · Score: 1

      The upshot: use QKD to transmit the key, then rely on classical encryption schemes

      Only if you want a point to point link between you and everyone you need to talk to (amazon, gmail, etc) or trust the intermediate nodes (AT&T, Verizon, Comcast, the government who can wiretap anything they damn well please by court order)

      Then again, computing power increases so quickly that I doubt AES will be secure for long.

      Yes it will.

      --
      md5sum /boot/vmlinuz
      d41d8cd98f00b204e9800998ecf8427e /boot/vmlinuz
    25. Re:Quite right by Anonymous Coward · · Score: 0

      Sorry, I call bullshit. There is no evidence that strongly suggests that "hard" classical computing problems are all "easy" quantum computing problems (To be clear, I'm talking about the relation of NP-complete and BQP.). At the very least, it has been proved that there is no "black box" solver which could solve arbitrary exponential problems (Classical) in polytime (Quantum). Here's a nice primer on creative (and sometimes batshit crazy) attempts at efficiently solving NP-complete problems that details the evidence for and against the prospective success of these methods.

      http://www.scottaaronson.com/papers/npcomplete.pdf

  7. For all my encryption cracking needs... by lxs · · Score: 4, Insightful

    I rely on magic pixie dust found on top of the space elevator. It's easier to get than a useful quantum computer and will be for quite some time.

    1. Re:For all my encryption cracking needs... by Black+Parrot · · Score: 2

      I rely on magic pixie dust found on top of the space elevator. It's easier to get than a useful quantum computer and will be for quite some time.

      And if you do get cracked, you just snort some of the dust and then you don't care anyway.

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:For all my encryption cracking needs... by elashish14 · · Score: 1

      Right. And 640K should be enough for anyone too, right?

      Qubits have already been demonstrated with great coherence times and we're now making great advances in fabrication so they can be scaled up to thousands of qubits and well beyond. There's no reason to believe that we won't have quantum machines with computational power meeting (if not exceeding, by a large margin) today's classical machines within a generation. Then again, if you refuse to seriously consider any technological innovation that takes more than a week to develop, maybe you don't believe in anything at all.

      --
      I have left slashdot and am now on Soylent News. FUCK YOU DICE.
  8. Re:strange brew that's also good for you. by lxs · · Score: 1

    Side effects include turning into a spambot touting the virtues of moldy tea.

  9. CWMike by pjt33 · · Score: 5, Informative

    Anyone prepared to take a bet that the CW of CWMike stands for ComputerWorld, and this is a blatant attempt to drive traffic towards an article he either wrote or published?

    1. Re:CWMike by beakerMeep · · Score: 5, Informative

      Pretty obvious really -- CWMike along with Julie188 have been plaguing Slashdot with this InfoWorld/ComputerWorld tripe for years. The articles are almost always either sensationalism (magic future computing may crack your password, clock is ticking!) or trolling flamebait (is [insert favorite mobile OS] dangerous?). It's bullshit blogspam and Slashdot can do better. I just wish they cared a bit more about weeding out this kind of stuff.

      --
      meep
    2. Re:CWMike by PhrostyMcByte · · Score: 1

      Who cares? If it's interesting, it's interesting. In this case it's not really very interesting, but I don't see a point in attaching a stigma because of the submitter. It's not like it's possible for the editors to pay any less attention to the submissions to let something slide!

    3. Re:CWMike by heptapod · · Score: 1

      If only they followed Roland Piquepaille's lead... TO THE GRAVE!!!

    4. Re:CWMike by ScaryTom · · Score: 1

      Anyone prepared to take a bet that the CW of CWMike stands for ComputerWorld

      I'm guessing Michael R. Farnum -- http://blogs.computerworld.com/farnum -- is your man.

    5. Re:CWMike by Maow · · Score: 1

      If only they followed Roland Piquepaille's lead... TO THE GRAVE!!!

      If I recall, Roland changed his ways after the outcries of Slashdotters, and towards the end of his life he posted stories with links to the original source, not just his blog.

      Give the guy a break, he did post thoughtful stuff (if I recall correctly), oh, and also, he's dead.

    6. Re:CWMike by pjt33 · · Score: 1

      If it's interesting then he shouldn't need to post it himself because someone else will. But it's also an ethical issue: if he had been up front and added a brief disclosure (as, for example, the editors do when a story relates to another Geeknet property), I wouldn't have any complaint.

  10. Re:petrabit encryption by TaoPhoenix · · Score: 1

    Rocks are indeed mysterious. However, you probably meant petabit encryption.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  11. Useless article by __aailob1448 · · Score: 1

    Basically, quantum computers could do magic on encryption, probably, in the future, possibly in 20 years?

    Also possible: flying cars, cold fusion and immortality.

  12. Cracking isn't the problem by thogard · · Score: 2

    It is checking the guessed key is right that is the problem.
    Say I take my credit card 4111 1111 1111 1111 and encrypt it with a numeric Caesar cypher, it turns out the encryption is bad but close 90% of the keys you brute force will give you what appears to be a valid answer (assuming mod 10 and 3/4/5 on the 1st digit checks only). If you take the same number with spaces and a EOL and used export grade DES you can try 2^40 keys but only a fraction will result what looks like a credit card number. If you use AES256 then the odds of a good looking result have the right key are even better so not only do you know you have the right key, your confidence in that fact is higher. Deep Crack used a lot of hardware to find out that an attempted key produced useful looking results.

    1. Re:Cracking isn't the problem by Anonymous Coward · · Score: 0

      In all the RSA competitions (such as the DES Challenges Deep Crack was involved in) the encrypted message was known to begin "The unknown message is: "

      http://www.rsa.com/rsalabs/node.asp?id=2100

      This makes identifying you have the correct key trivial.

    2. Re:Cracking isn't the problem by Anonymous Coward · · Score: 0

      If you're going to mangle your grammar and spelling, at least use some god damn punctuation.

    3. Re:Cracking isn't the problem by jimicus · · Score: 5, Informative

      Thing is, much of the time you can be pretty sure that a particular string of plaintext will appear at least somewhere in the decrypted result.

      In the case of your credit card number, for example, there's a few things we can do to eliminate most of the apparently valid numbers:

      • Mastercard and Visa both allocate the first four digits of card numbers to individual banks. These blocks don't overlap between card types - there's no such thing as a Mastercard that begins with 4547, for instance. If I know where you live, I can take a reasonable guess that your card was issued by a bank in your country and immediately rule out any numbers that weren't allocated to a bank in your country.
      • Banks frequently use a predictable pattern to fill the rest of the card number, such as account number (which may itself have a check digit, so you essentially wind up with two check digits in the card number). If you know what patterns the banks in your country use, you can cut down the potential matches further.
      • Beyond this, we probably need insider knowledge of the banks own processes - what numbers have/have not been allocated yet? Can we figure out from the card number when the associated account was opened? - if you're 25 years old, it's unlikely you'll have a number indicating a 30 year old account.
    4. Re:Cracking isn't the problem by SuricouRaven · · Score: 1

      I wrote a proof-of-concept cracker for WEP that ran into a similar situation: It found a lot of keys that appeared to give valid, checksum-good packets. So I just modified it to require that every one in a series of packets all came out good, and that did it. Still too slow to be practical though... could break 40bit, eventually, if someone were to optimise it.

    5. Re:Cracking isn't the problem by arielCo · · Score: 2
      --
      This post contains no rudeness or derision of any kind. All arguments are friendly. Terms and exclusions may apply.
    6. Re:Cracking isn't the problem by Anonymous Coward · · Score: 0

      Why waste computational resources trying to figure out a single encrypted credit card number when you can be reasonably sure that your intended victim is using a poorly secured and crackable service? It's not "Rubber Hose Cryptanalysis" so much as "Jimmy's Shitty Web App Cryptanalysis".

  13. Yawn by Anonymous Coward · · Score: 0

    *Yawn*

    Another crypto post about stuff we already have known about for a few years and won't affect us for a great many few years into the future.

  14. In related news, seti@home scores are 10x faster by fahlenkp · · Score: 1

    Somehow they took my boring news of Moores's law - My seti@home and primegrid stats are moving 10x faster with my new laptop's gpu. They turned that into - IN THE FUTURE COMPUTERS MIGHT BE REALLY FAST AND MELT YOUR 1960s PASSWORD! It isn't exciting. Quantum computing will come with both encryption and decryption. Nobody cares what it does to your password from 15 years ago.

  15. Oblig by mtinsley · · Score: 0, Redundant

    At that rate he thinks it is likely we will have a quantum computer within 20 years.

    http://xkcd.com/678/

    1. Re:Oblig by vux984 · · Score: 1

      Make sure you read the hover text. :)

  16. So.. by Anonymous Coward · · Score: 0

    The burglarizing led to the ability to progressize the investigation, resulting in the Russians being expellized?

  17. What exactly is being broken by quantum computers? by vadim_t · · Score: 4, Interesting

    People generally mention that quantum computing will spell the doom for current crypto, but from what I read on different sites, it seems that it's not exactly that. So I would really appreciate if somebody could clarify it. For instance, on Wikipedia there is this:

    Integer factorization is believed to be computationally infeasible with an ordinary computer for large integers if they are the product of few prime numbers (e.g., products of two 300-digit primes).[5] By comparison, a quantum computer could efficiently solve this problem using Shor's algorithm to find its factors. This ability would allow a quantum computer to decrypt many of the cryptographic systems in use today, in the sense that there would be a polynomial time (in the number of digits of the integer) algorithm for solving the problem.

    It has been proven that applying Grover's algorithm to break a symmetric (secret key) algorithm by brute force requires roughly 2n/2 invocations of the underlying cryptographic algorithm, compared with roughly 2n in the classical case,[10] meaning that symmetric key lengths are effectively halved: AES-256 would have the same security against an attack using Grover's algorithm that AES-128 has against classical brute-force search

    So, the problem is only for public key crypto, and for AES we just switch to 512 bit keys and no problem? Also if quantum computers don't do all that great against AES, wouldn't be it just a problem of finding somethinig else they have trouble with that could be used for public key crypto?

  18. The silver lining by petes_PoV · · Score: 3, Insightful

    But within the foreseeable future, cracking those same codes could become trivial, thanks to quantum computing

    At least the number of burglaries will go down

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:The silver lining by asticia · · Score: 1

      ...and the use of rubber-hose cryptoanalysis will go up.

      --
      There is no light without darkness.
  19. Cryptography, eh? by Jahava · · Score: 3, Insightful

    Quantum computing could break known asymmetric cyphers, not symmetric. I'm not aware of any quantum solution to breaking any modern popular symmetric algorithms.

    1. If the 27-character password that they used protected an asymmetric key, then the FBI had to break into their house to recover more than the 216-bit password ... they had to recover the password and the encrypted key that it protected.
    2. If, on the other hand, the 27-character password generated a symmetric key, then the entire discussion of quantum computing is irrelevant.

    Also worth mentioning is that there's really no way the FBI could have known exactly what they'd find. They broke into a home and recovered lots of information, one piece of which proved useful to decrypting messages. If they hadn't found that, who knows what they would have done? Point is don't lower your guard yet - this isn't proof that encryption is rock solid so much as evidence in that direction.

    In the end, let's assume unbreakable encryption is readily available. The weakness is in the human factor, since (ultimately) humans have to, at some point, interact with that encryption for it to contain useful information. Looking at the direction England and other countries are going, a government's solution isn't to invest in supercomputers to attack the cryptography; it's to create a set of laws criminalizing a failure to decrypt. Such a failure would be penalized by as much (or more, given the absurd magnitude of criminal damages associated with most modern electronic-targeting laws) as the charges against you for which the cyphertext is relevant. Your information could be protected until the end of the universe while your corpse rots away for some form of electronic obstruction of justice.

    There is a pervasive attitude of "If you have done nothing wrong, you have nothing to hide" that seems to be driving a lot of the thrust behind modern laws and solutions. A jury could be (and has been) biased against you just for possession of encrypted material. Why would a legitimate person need to encrypt their documents? Why wouldn't they decrypt them for authorities? "Because they're mine, not yours, and not the government's" isn't something a lot of people sympathize with. I suppose the point I'm trying to make is, while progress on the cryptographic front to stay ahead of authorities (and "bad guys", and the intersection of the two) is critical, it's also critical to enforce a right to innocently encrypt data in the first place.

    But sorry to be predominantly negative - overall, a great article that exposes the world of cryptography (and its importance) in terms a layman could understand.

    1. Re:Cryptography, eh? by julesh · · Score: 1

      I'm not aware of any quantum solution to breaking any modern popular symmetric algorithms.

      http://www.springerlink.com/content/u4877618u916720g/

      3DES is still quite popular, you know.

    2. Re:Cryptography, eh? by Anonymous Coward · · Score: 0

      There is a generalized quantum algorithm for breaking symmetric ciphers, which effectively halves their key length.

      Big deal? Well, not really. It'll take a lot of work in some cases (e.g. AES is designed with a fixed key length in mind, though AES-256 should be safe for the time being), but doubling the key length isn't an issue.

    3. Re:Cryptography, eh? by arose · · Score: 1

      Not modern though.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  20. Entering one of the spies' homes by AHuxley · · Score: 1

    Is really just part of the feds useful toolkit.
    They can look for extra CC's, books, address books, rolodex, business card, photos get noted, hobbies, signs of other crimes..
    When they walk out they may have a pw and a whole new area area of inquiries.
    But think back to the foreseeable past, most of what was sold on the commercial/telco and NATO market has been weakened in someway. Tempest leaks or design flaws allowed dreamy Enigma like plaintext decrypting or plaintext entry to be collected.
    http://cryptome.org/jya/nsa-sun.htm hints at the past where many codes would become trivial.
    Clean home, clean laptop, clean networking in one life, get another life and be creative for the bursts of chatter back home.
    Mix it up and the feds will find it :) The telco network is theirs, end to end, know anything to do with anonymity/codes is a honeypot, if your working with/around the US federal gov, they have the funding to watch.

    --
    Domestic spying is now "Benign Information Gathering"
  21. Not exactly by betterunixthanunix · · Score: 3, Interesting

    For one, AES is designed to have fixed key sizes, so "just switching to 512 bits" is not as trivial as you may think. Also, not all public key cryptosystems are based on the RSA problem.

    Quantum computers can factor the product of two prime numbers in polynomial time, so RSA would be broken. A modification of that algorithm allows certain cases of the discrete logarithm problem to be solved efficiently as well, so DH and ElGamal would be broken also. Luckily, quantum computers are not yet known to be able to solve NP complete problems in polynomial time, so cryptosystems based on NP complete problems (Polly Cracker systems, for example) would still be secure assuming that P != NP. There are also hard lattice problems which quantum computers are not known to be more efficient at solving, which can be used to construct cryptosystems, and there was an early public key cryptosystem based on a group theoretic problem which is known to be secure against quantum computing.

    So basically, quantum computing is not really a problem at all, at least not in a theoretical sense. It throws a bit of a wrench into some standard hardness assumptions, but nothing too bad.

    --
    Palm trees and 8
    1. Re:Not exactly by Nursie · · Score: 1

      "For one, AES is designed to have fixed key sizes, so "just switching to 512 bits" is not as trivial as you may think."

      Err, no. AES was based on a simplification of Rijndael, which was designed for arbitrary key lengths. It should be fairly easy to adapt the AES algorithm to longer keys.

      Maybe not trivial, but likely not that hard.

    2. Re:Not exactly by betterunixthanunix · · Score: 1

      That is true, but the point is that it is non-trivial. Already, AES256 (well, a reduced number of rounds) is known to be vulnerable to related key attacks that AES128 is not vulnerable to. It might not be terribly hard to get Rijndael to work for arbitrary key sizes, but there is no guarantee or reason to believe that a 512 bit Rijndael would actually be more secure than 256 bit Rijndael (or that it would not be less secure, though this is not likely). Rijndael is not a provably secure cipher, so claiming that just increasing the key size is a quick fix is not quite right.

      --
      Palm trees and 8
    3. Re:Not exactly by Anonymous Coward · · Score: 0

      I don't think there's anything fundamental about the algorithm itself that limits it to 256 bits, just that the authors thought that the performance/security tradeoff wouldn't be worth it, so only generated constants for a few key lengths between 128 and 256. (and, I think I saw a 3something key mentioned somewhere, also).

      But it ought to be possible to extend the algorithm and generate new constants to get a longer key, it's just that it might be less practical, and would need to be standardized first.

  22. Editor? Marketing guy? by Anonymous Coward · · Score: 0
  23. Re:What exactly is being broken by quantum compute by pwilli · · Score: 2

    Encryptions that rely on the difficulty large integer factorization like RSA are indeed "doomed", because Shor's algorithm will be able to do that in polynomial time. This is a very rare exception. You can literally count the number of quantum algorithms known which can reduce the complexity class of such interesting problems with your fingers. Simply choosing an encryption method that doesn't rely on the difficulty of large integer factorization or one of the other in the "quantum age" no-longer-difficult problems will save traditional encryption.

    Grover's algorithm is a good example of what quantum computers may actually be useful for: reduce execution times without reducing the complexity of many problems. The solution for these attacks on classic cryptography will be (as you pointed out) to simply increase the problem size (e.g. key length).

  24. The clock is not tickling me... by Yvanhoe · · Score: 1

    First, there are such things as quantum-computer resistant encryption algorithms. They are not in current usage but it is possible to do.
    Second, there are more and more people who suspect that quantum computers may be a pipe dream : http://arstechnica.com/science/news/2010/06/magic-quantum-wand-does-not-vanish-hard-maths.ars
    It has been a good way to make people invest in fundamental research though ;-)

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  25. It's a wetware issue by Matey-O · · Score: 1

    It's not your complex 27 character password that's the problem, it's the 8 bit, John the Ripper-rapeable password of the person you email that's the problem.

    --
    "Draco dormiens nunquam titillandus."
    1. Re:It's a wetware issue by JamesP · · Score: 1

      No, the problem is

      The 27 letter password should have been memorizable

      If IT Morons insist in a too complex password that changes all the time
      then noting it down is the only way to keep access to the system.

      Remember that if the password changes FBI will just break in again and see the note

      Relative complex passwords that are easly memorizable are better.

      --
      how long until /. fixes commenting on Chrome?
  26. Re:Is "quantum computing" the next "cloud computin by Joce640k · · Score: 2

    Yep. There's a *very* limited set of tasks that quantum computing can be used for. Factoring numbers just happens to be one of them, that's why it's always dragged out in articles about quantum computing.

    To be more specific, a problem needs these properties for a quantum computer to be useful:

      1. The only way to solve it is to guess answers repeatedly and check them,
      2. There are n possible answers to check,
      3. Every possible answer takes the same amount of time to check, and
      4. There are no clues about which answers might be better: generating possibilities randomly is just as good as checking them in some special order.

    (list lifted from wikipedia)

    Even if your problem is quantum-friendly there are still some major obstacles, eg. picking the correct answer out of the mess of results.

    And ... even if you can manage all that it only reduces the search time to the square root of brute force. In the case of encryption the other person can simply double the length of his encryption key and you're right back to square one again.

    --
    No sig today...
  27. True, but there is always a countermeasure by gatkinso · · Score: 0

    Right now the whole encryption field is basically security through obscurity.

    The math exists as to how to crack most crypto, it is just above most peoples heads. Much research into new attacks and methods are supressed in one form or another.

    The factoring algorithms are bordering on trival... they just take a very long time to run.

    --
    I am very small, utmostly microscopic.
    1. Re:True, but there is always a countermeasure by Anonymous Coward · · Score: 0

      citation please?

    2. Re:True, but there is always a countermeasure by Anonymous Coward · · Score: 1

      A brute-force algorithm is trivial... it just takes a very long time to run.

    3. Re:True, but there is always a countermeasure by thethibs · · Score: 1

      You messed up--again. Putting on your tinfoil hat should also remind you to post anonymously.

      --
      I'm a Programmer. That's one level above Software Engineer and one level below Engineer.
    4. Re:True, but there is always a countermeasure by gatkinso · · Score: 1

      But it is all true. Everyone knows this.

      Why do organizations like NSA put such an emphasis on secrecy? Because they have to in order to delay the inevitable day when their crypto is cracked like so many egg shells... hopefully by which time they are on to something better... which they keep secret... to delay they inevitable... repeat.

      --
      I am very small, utmostly microscopic.
    5. Re:True, but there is always a countermeasure by gatkinso · · Score: 1

      I cite (as one example):

      http://www.google.com/patents?id=daEsAAAAEBAJ&printsec=abstract&zoom=4&source=gbs_overview_r&cad=0#v=onepage&q&f=false

      Straight forward, way over most peoples heads (but not all people a BS in math should be able to follow this), and.... cracked.

      They all fall down.

      As far as suppressed math, how many mathemeticians work for NSA - won't see their work published anytime soon - and if some clever body comes along and invents and patents something similar NSA comes along and invokes very unique patent powers, and squelches the invention.

      Citation:

      http://en.wikipedia.org/wiki/National_Security_Agency#Patents

      --
      I am very small, utmostly microscopic.
  28. *slaps head* by windcask · · Score: 1

    What in the HELL is the point of a 27-character password if you're going to write it down?

    People can go so egregiously far off the deep end to protect their security and then make the most basic of mistakes. A password of half that length with a decent encryption process would be nearly inconceivable to break in any practical length of time.

    1. Re:*slaps head* by isorox · · Score: 1

      What in the HELL is the point of a 27-character password if you're going to write it down?

      People that haven't been taught to remember a phrase rather than a password.

      On complex password I have for example, is 30 characters long -- 3 orders of magnitude stronger than a 128bit phrase, even if you knew it was entirely lowercase.

      Then you get stupid password systems which state your password must be "at least 6 letters, including 1 upper case and 1 number", about 38 bits. Or even worse "between 6 and 8 characters".

    2. Re:*slaps head* by d6 · · Score: 1

      >>Then you get stupid password systems which state your password must be "at least 6 letters, including 1 upper case and 1 number", about 38 bits. Or even worse "between 6 and 8 characters".

      One system I dealt with recently at a largish company (multi-billions revenue) introduced tougher new password guidelines:

      The tough new standard? Must contain upper and lower case. Must contain at least one number. Must be EIGHT characters long.

      gah...

    3. Re:*slaps head* by Clueless+Moron · · Score: 1

      The tough new standard? Must contain upper and lower case. Must contain at least one number. Must be EIGHT characters long.

      The next logical step would be to mandate that everybody's password must be "Gv7nLXyP".

    4. Re:*slaps head* by Waffle+Iron · · Score: 3, Insightful

      Then you get stupid password systems which state your password must be "at least 6 letters, including 1 upper case and 1 number", about 38 bits. Or even worse "between 6 and 8 characters".

      Those systems are generally not trying to protect against people with direct access to the encrypted data files. Instead, they are *login* passwords for systems where attackers do not have direct access to the protected data.

      In principle, each of those systems should detect repeat login failures and delay or deny further attempts. In that case, the attacker doesn't get to try countless thousands of guesses. Security holes are very common in those types of systems, but it's not necessarily just because the password is 8 characters long.

    5. Re:*slaps head* by maxwell+demon · · Score: 1

      The next logical step would be to mandate that everybody's password must be "Gv7nLXyP".

      Combined with the policy that the password has to be changed every month. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    6. Re:*slaps head* by Anonymous Coward · · Score: 0

      I don't have a single password written down, and I use various passwords for different things - 'junk' forums I post on that I don't really care if I get hacked (ie, have to signup to post), or maybe download sites, I use one password mainly. My bank, stock trading acct, CC login, Email, all have different passwords (anything personal/important/with-my-financial-info).

      I can't stand the "between 6-8" (or 6-10) character ones, personally (my 'junk' password fits that though).

      The scheme I always kinda liked was I think from Compuserve, way-back-when - my original password they gave me was issued on their guidelines of "two unrelated words separated by a special character" - ie, "nitrogen?proud" - although you can then expand on that using character substitution ("n1trog3n?pr0ud")... its then not hard to remember the words and one special character.

  29. Cost/benefit by bill_mcgonigle · · Score: 1

    The title is misleading, but the fact that quantum computing breaks RSA is pretty standard knowledge

    Yeah, but even if they knew it was RSA, breaking into a house is still easier than running a quantum computer. The FBI is pretty expert in this type of crime.

    This operation was probably cheaper and took less time than getting access to the box at Fort Meade.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  30. Re:What exactly is being broken by quantum compute by TheTurtlesMoves · · Score: 1

    The practice of quantum computing makes it quite doubtful that they will be any better than classical attacks for the foreseeable future. The problem is that quantum computers have exponential complexity in *construction*. A 2n qbit machine needs much more than just 2x the qbit, but also better decoherence times and much higher fidelity on the quantum to classical output channel (it gets harder to "read" the answer).

    To make matters worse. A n bit quantum computer cannot simulate a (n+1) bit quantum computer like we can do with classical computers. So if you know that "they" have a 1024 bit quantum computer (many decades away, some say much longer), you just need a 1025 bit key to be secure from that machine.

    There is at least one public key method (McEliece cryptosystem) that is not vulnerable to quantum computing attacks. It requires very big (1Mb or larger) keys which is less of a problem these days than 10 year ago.

    --
    The Grey Goo disaster happened 3 billion years ago. This rock is covered in self replicating machines!
  31. One more thing by Javagator · · Score: 1

    Now they just need to recruit spies that can remember 27 character passwords without writing them down.

  32. Only Option by Anonymous Coward · · Score: 0

    I say we take off and use a one-time pad from orbit. It's the only way to be sure..

  33. Re:Obligatory xkcd by heptapod · · Score: 2

    xkcd is never obligatory. Form your own opinions and speak for yourself rather than simply agreeing with another individual.

  34. The FBI has vigilantes by elucido · · Score: 3, Interesting

    And they'll break any law to accomplish the mission. The FBI has murderers and serial killers who are confidential informants. They also have thieves who are confidential informants.

    It's a surprise to me that some Russian spies who you'd expect would be trained to deal with counter intelligence would be so careless.

  35. DONT PANIC! (Quantum computer size & crypto) by SLOGEN · · Score: 1

    DONT PANIC!

    Today, quantum computers are *very* limited in size. The number 15 has been succesfully factored into the primes 3 and 5.

    There is no really promising ways to produce large amounts (~1000) qbits. I strongly suspect that the difficulty in generating qbits is (at least) exponential in the amount of qbits to produce.

    qbits cannot be composed after they creation (at least with known physics), so I am definatly *not* holding my breath for quantum computers to break RSA-2048 or AES256.

    When RSA is broken (when it takes less than a few hundred years on average to find a secret key), we already have multiple other crypto-systems ready. Elliptic versions of RSA are *already* part of standard-implementations in browsers and they shift the amount of qbits required with several orders of magnitude (with known math).

    --
    SLOGEN [ http://ungdomshus.nu : Sebastian cover music]
  36. One-time pad encryption by spaceyhackerlady · · Score: 1

    One-time pad encryption doesn't care how much compute power, quantum or otherwise, you throw at it. If you don't have the key, you don't have the message. Period.

    I've sometimes thought it would be fun to hook something really random (like a geiger counter) up to my computer, generate a DVD full of really random encryption keys, send a copy to my Mom, and we could send email that even the NSA couldn't read.

    ...laura

    1. Re:One-time pad encryption by Clueless+Moron · · Score: 1

      The other nice thing about OTP is that for a given encrypted message, you can create an OTP that produces any message you want.

      So, for example, if the message gets intercepted and the NSA demands you produce the OTP key, you can provide one that decrypts the message into a recipe for cranberry muffins.

    2. Re:One-time pad encryption by Anonymous Coward · · Score: 0

      I've thought of something similar, I'm glad I'm not the only one. +1

    3. Re:One-time pad encryption by nsaspook · · Score: 1

      Combine One-time pad encryption with PUF (non algorithmic processes) random key generation.
      http://en.wikipedia.org/wiki/Physical_Unclonable_Function

      --
      In GOD we trust, all others we monitor.
    4. Re:One-time pad encryption by cpghost · · Score: 1

      I've sometimes thought it would be fun to hook something really random (like a geiger counter) up to my computer, generate a DVD full of really random encryption keys, send a copy to my Mom, and we could send email that even the NSA couldn't read.

      And what if the NSA intercepts the one-time pad DVD before it gets to your Mom?

      --
      cpghost at Cordula's Web.
    5. Re:One-time pad encryption by maxwell+demon · · Score: 1

      That's what quantum encryption is for. Typically quantum encryption protocols are actually nonlocal OTP creation algorithms. That is, the OTP is generated at both end sites without ever being transmitted.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  37. why encryption is truly useless by Anonymous Coward · · Score: 1

    Obligatory XKCD http://xkcd.com/538/ with some notes:

    The cyber-criminal drops a keyboard logger on your system.
    The NSA would try to crack it.
    The CIA would use the wrench.
    The FBI gets a warrant and searches for it taped under your keyboard.
    and your girlfriend gets you drunk and asks you for it.... wait a minute, there is no way you have a girlfirend that hot. omg, she's Mossad!

  38. Thank goodnes! by PPH · · Score: 2

    Must contain upper and lower case. Must contain at least one number. Must be EIGHT characters long.

    This means my 'Passw0rd' is OK.

    --
    Have gnu, will travel.
    1. Re:Thank goodnes! by Anonymous Coward · · Score: 0

      no repeating letters!
      Pas5w0rd is OK.
      seriously, the company I work for has a password policy of "8 chars, at least one number, at least one capital, and no repeating chars." It also won't let me re-use my last 6 passwords.
      So I change it to Pas6w1rd when it's time to change it up.

  39. Re:Obligatory xkcd by cforciea · · Score: 2

    You almost always agree with another individual, unless you are suffering from schizophrenia or some other disease of the mind (and probably frequently even then). Very few people get to be the one to synthesize any truly new thought, and there is no shame in giving credit to a fellow human who has already spoken what you were thinking in at least as eloquent a manner as you were likely to come up with.

    In fact, I'd wager to say dozens of people have replied to Obligatory xkcd comments with more or less exactly what you have written here just during the course of the relatively short history of slashdotting.

  40. All Encryption Is Equally Easy to Break by Greyfox · · Score: 1

    Given a pair of needle nosed pliers and some soft body parts.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  41. the word is burgle by samjam · · Score: 1

    To burglarize a house is to turn the house into a burglar - I don't think that's what the FBI did, whatever they said they did.

    I'm willing to believe the house was burgled - that seems more usual nefarious behaviour --- yes - a word with all the vowels in

    1. Re:the word is burgle by TheRaven64 · · Score: 2

      The English word is burgle. The American word is burglarize. It's one of the more amusing Americanisms, but it is valid American.

      --
      I am TheRaven on Soylent News
    2. Re:the word is burgle by EnglishTim · · Score: 1

      I looked in to this a little while back. As it turns out, before 1870 there aren't any recorded instances of either 'burgle' or 'burglarize' in print - there was only the word 'burglar' and 'burglary'. Then, within a year of each other, 'burgle' turned up in print in the UK, and 'burglarize' turned up in print in the USA. Being British I much prefer 'burgle', but I guess it's each to his own.

      Amusingly, etymonline.com used to describe 'burgle' as 'A hideous back-formation', but they've toned it down a bit since...

    3. Re:the word is burgle by fatphil · · Score: 1

      That's not a hideous back formation, it fits a well-known pattern that a verb ending /-@l/ goes with an agent noun ending /-l@/ (in most English dialects, add rhoticity to taste if need be). In fact, very few back formations are hideous as, generally, back formations most typically fit in with common norms.

      Anyway, enough chat, we want data - let's just see how the two verbs entered printed literature:

      http://ngrams.googlelabs.com/graph?content=burgle%2Cburglarize&year_start=1750&year_end=1990&corpus=0&smoothing=5

      Don't be fooled by the 1700s "burgle"s - they're referring to a foodstuff.

      Being a Brit, I'm bound to assert that it looks like burgle got there first, but even if they were simultaneous, one is a lovely simple back formation, and the other is a stupid-sounding jumble of additional letters that looks like it was invented by a crack-stoked modern marketting department.

      --
      Also FatPhil on SoylentNews, id 863
    4. Re:the word is burgle by fatphil · · Score: 1

      Seems that including 'burgled' and 'burglarized' in the search opens a few more doors, as both seem to have been used as participles in print much earlier than they were used as infinitives.

      --
      Also FatPhil on SoylentNews, id 863
    5. Re:the word is burgle by fatphil · · Score: 1

      Looking at the first 10 'burglarized' hits, looking before 1870, where 'burgled' is clearly attested, google has got the date wrong on almost every one. (claims 1800, actually 1890; claims 1801, actually 1891; etc.) This slows down research rather, but fortunately, it's quite a fun errand.

      I didn't find an equally-early 'burgled' yet, but 'burglarized' can certainly be attested back in 1854 in that google corpus (didn't copy the link, sorry)

      The ``"burglarised" - new word'' in the Upper Canada Law Journal in 1865 is a fairly amusing take on things:
      http://books.google.com/books?id=QH0uAAAAIAAJ&pg=PA228&dq=%22burglarized%22&hl=en&ei=3iYOTZOXL83Mswa1q_n0DA&sa=X&oi=book_result&ct=result&resnum=9&ved=0CEsQ6AEwCA#v=onepage&q=%22burglarized%22&f=false

      --
      Also FatPhil on SoylentNews, id 863
    6. Re:the word is burgle by globaljustin · · Score: 1

      Some more background on burgle:

      American criminal culture is very image conscious. Look at music videos and movies and you'll get an idea. To 'burgle' something sounds childish, like something a 5th Grader would do to get in trouble. "Billy! I told you not to burgle your pants!"

      To burglarize something sounds a bit less childish. Anything with "-ize" on it sounds kinda badass...terrorize, demonize, caramelize (?)...you get the idea.

      The whole idea is not go sound like a little bitch.

      --
      Thank you Dave Raggett
    7. Re:the word is burgle by EnglishTim · · Score: 1

      Good work, fatphil!

    8. Re:the word is burgle by EnglishTim · · Score: 1

      Oh, I just looked at that last link - I think it deserves 'reprinting' here:

      "We see in a telegraphic despatch from across the boundary line that a store was "burglarized" a short time ago. We are sorry that any thing so dreadful should have happened to any of our inventive cousins. Truly the American language is "fearfully and wonderfully made." Just fancy the horror of an English judge reading an indictment charging a prisoner with having "feloniously burglarized and entered, &c. If it were robboriously burglarized the expression would be complete and without a parallel."

      Robboriously Burglarized. Perfect.

  42. More like Slashdot is VERY bad at journalism by Sycraft-fu · · Score: 1

    And loves to editorialize shit to try and spin things. Burglary is illegally entering someone's house for the purpose of theft. Now the important part there is "illegally" and also what the intent is. If I enter your house, because you gave me a key and want me to watch you cat, that is legal. Well guess what? It is also legal for the police to search your house, if they get a warrant which the FBI did. Further they can get warrants for surveillance of various types like tapping your phones or planting bugs in your house. In some cases, particularly in espionage or organized crime cases, there is a need to keep things secret. As such they can do that too. Details of an investigation, including that such an investigation is going on, are often kept secret while it is happening so it doesn't get compromised. There is nothing illegal in the slightest about this.

    You'll notice that one of the links is to a big court document that catalogues what happened. Now that the case is over, things are made public.

    So they didn't commit a crime. Sorry. They obeyed the law and kept perfectly withing the spirit of the Constitution. The Constitution just requires that the police act upon probable cause and obtain warrants. It doesn't require them to sit back and do nothing unless someone acts right in front of them.

    1. Re:More like Slashdot is VERY bad at journalism by FrootLoops · · Score: 1

      To be fair, the summary only quoted TFA in calling what the FBI did burglary. That's not /. editorializing--I have no idea if the submitter agrees with that statement or not. Computer World is the culprit in sensationalizing the first few paragraphs to entice readers, IMO. The rest of the article was decent enough that I forgave them by the end.

  43. We do and do not hold the keys... by BlackBloq · · Score: 1

    If you want to see what kind of weapons a civilization has, study the amour. And vice versa. There is only a short time that one EVER outpaces the other, because they are one and the same. The thing is, when a mass level tech is made (one a person cannot reproduce by themselves) then the government and big corps holds the only keys... Nukes, Aircraft carriers, Quantum computers, these are all built within the collective and some never filter down. Now if they dis-allow all private (including corporate) quantum computers then our enemies may not; and then they would have an edge on us. So it's all based on how long you can keep the tech just for your government... think USA with the only nuke how long did that last?. If foreign labs build protein chain models with these things maybe they find a cure faster or more drugs. The point is the Q computers are vastly useful to our whole civilization so keeping this one 'under wraps' is impossible. So it's just a matter of time before we get our techy hands on one! It could be 20 years but it shall come! Then finally we can realtime raytrace everything, just for fun!

  44. I don't get it by Anonymous Coward · · Score: 0

    If large scale quantum computing comes on-line it solves one particular class of mathematical problems related to encryption: factoring of large numbers.

    That makes a *subset* of modern crypto algorithms vulnerable to attack, specifically RSA and its (very common) derivatives.

    Crypto as a whole those isn't in any danger of falling apart, it just means there will be a shift to other algorithms like AES.

    Even if every synthetic algorithm were magically cracked tomorrow, there's always electronic one-time pads which are unbreakable, albeit difficult to distribute.

  45. password by Anonymous Coward · · Score: 0

    Probably could have thwarted the theft with a $200 home safe.
    Or a $100 nanny cam to alert you to change the code.
    Relatively low tech but multi pronged.

  46. Secrets from the Future by GofG · · Score: 1

    Get your most closely kept personal thought:
    put it in the Word .doc with a password lock.
    Stock it deep in the .rar with extraction precluded
    by the ludicrous length and the strength of a reputedly
    dictionary-attack-proof string of characters
    (this, imperative to thwart all the disparagers
    of privacy: the NSA and Homeland S).
    You better PGP the .rar because so far they ain’t impressed.
    You better take the .pgp and print the hex of it out,
    scan that into a TIFF. Then, if you seek redoubt
    for your data, scramble up the order of the pixels
    with a one-time pad that describes the fun time had by the thick-soled-
    boot-wearing stomper who danced to produce random
    claptrap, all the intervals in between which, set in tandem
    with the stomps themselves, begat a seed of math unguessable.
    Ain’t no complaint about this cipher that’s redressable!
    Best of all, your secret: nothing extant could extract it.
    By 2025 a children’s Speak & Spell could crack it.

    You can’t hide secrets from the future with math.
    You can try, but I bet that in the future they laugh
    at the half-assed schemes and algorithms amassed
    to enforce cryptographs in the past.

    --
    GFA/M/S d-- s: a--- C++++ UBL++$ P+ L+++ !E- W++ N+ !o K- w--- !O !M !V PS++ PE Y+ PGP+ t+++ 5- X+ R tv@ b++ DI++++ D+ G
    1. Re:Secrets from the Future by cpghost · · Score: 1

      I'm seriously wondering if recursive encryption (repeatedly encrypting encrypted content with a mix of different ciphers and keys -- and no, I don't mean a double XORing!) is stronger than a single layer of encryption. Perhaps 2 layers would be enough, because it would make decryption harder (i.e. it is more difficult to detect plain text this way), but would 3 layers be more secure than 2 layers?

      --
      cpghost at Cordula's Web.
    2. Re:Secrets from the Future by Anonymous Coward · · Score: 0

      I think some serious research needs to be done in this field. Better get cracking!

  47. Using a stolen password doesn't alert the network. by whatnever · · Score: 1

    People forget that repeated tries to login with random passwords will raise a red flag. Stealing the password and using it to get in without failures can be done without being flagged.

  48. KISS... by BrokenHalo · · Score: 1

    ...and even simpler still: anything you don't want someone else to see (ever) should not be left on a computer that is in any way accessible to someone you don't want it to. Encrypted or not, the fact that the data is there might be sufficient to do enough damage.

    It's just a matter of being thorough. Just imagine you are guilty of some major crime - say murder, treason or whatever. (My academic background is in molecular forensics, so I might have more than usual interest in this.) You need to be damn thorough in covering your tracks, which means paying attention to detail. We will never know how many such crimes remain unsolved (or pinned on the wrong person), but it is (at least theoretically) possible to avoid being caught if you pay enough attention.

    However, most of us can strike some sort of middle ground. The police can take a good look at my Visa card records (if they have nothing better to do) and find that I spend a bit more than I can really afford on CDs, but so be it. But that doesn't mean I'm about to paint my account number on a railway bridge for everybody to see.

    1. Re:KISS... by peragrin · · Score: 1

      To be truly safe, you don't want to leave anything(books, records, pictures, data encrypted) that is anyway accessible to anyone. Three people can keep a secret only if two of them are dead.

      It really doesn't matter the format of the data, if it exists it can be used against you.

      --
      i thought once I was found, but it was only a dream.
    2. Re:KISS... by stonewallred · · Score: 1

      Until some cops, looking for some lost broad, stumbles upon your dumping ground and finds a bunch of bodies. That is how criminals get caught many times, sheer bad luck. It is difficult, if not impossible, to cover every possible clue, trace and or happenstance.

    3. Re:KISS... by TangoMargarine · · Score: 1

      Three people can keep a secret only if two of them are dead.

      Assuming the last can't have it dragged out of him by torture. The only way to be sure is to nuke it from orbit...er, I mean, commit suicide.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    4. Re:KISS... by Phopojijo · · Score: 1

      Gentlemen... two words. Zombie Snitches.

  49. Re:Obligatory xkcd by BrokenHalo · · Score: 1

    xkcd is never obligatory.

    Especially where it is redundant. The same link was posted earlier.

  50. no need for multi-million qubits by Ignatius · · Score: 4, Interesting

    A couple of thousands do (about 5 times the lenght of the number you want to factor). But what you really need is the ability to perform multi-billion gate-operations (while the QFT itself is quadratic, Shor also uses modular exponentiation which makes it a cubic O(n^3) algorithm) within the decoherence time (usually measured in milliseconds or seconds) and with a technical accuracy to the tune of 99.9999999% - a quantum computer is, after all, an analogous device: qubits don't "lock in"; a NOT-gate e.g. thus has to be an exact 180 deg; rotation and neither 179.999 nor 180.001 deg (does not matter for a couple of gates in toy problems but those imperfections add up).

    Quantum error correction can somewhat mitigate the former problem (at the cost of about one order of magnitude overhead in both space and time) but not the later. So if it's feasible at all (which is by no means certain as there might be hidden constraints on scalability), we probably won't live to see it.

    ignatius

  51. Clock and Encryption by dontgetshocked · · Score: 1

    Oh but you forget about the new quantum encryption.You build one,I build the other.

  52. Quantum computing and crypto by Torodung · · Score: 1

    I somehow get the sense that when quantum computing reaches that level, you'll be able to know either the precise encryption keys, or which computer they work with, but never both simultaneously. ;^P

    --
    Toro

  53. Re:Using a stolen password doesn't alert the netwo by maxwell+demon · · Score: 1

    So if you fear that someone might break into your house to get your passwords, make sure you've got some wrong passwords lying around.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  54. Re:What exactly is being broken by quantum compute by Kjella · · Score: 1

    Encryptions that rely on the difficulty large integer factorization like RSA are indeed "doomed", because Shor's algorithm will be able to do that in polynomial time.

    Assuming you can make thousands of qubits act coherently. From what I understand you need about 4096 qubits to resolve a 2048 bit RSA key, while in practice we've factored 15 = 3*5 on a 7 qubit computer. Going from 7 to 4096 is like going from creating single anti-matter atoms to a working anti-matter drive that you can tank up at your local gas station. Seriously, even just to break RSA you have a long, long, loooooooooong way to go.

    --
    Live today, because you never know what tomorrow brings
  55. OMG Teh clock is ticking ... by Anonymous Coward · · Score: 0

    torture someone immediately to save someone from something somewhere.

  56. Obligatory XKCD by scorp1us · · Score: 1
    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:Obligatory xkcd by heptapod · · Score: 1

      A++++++++++++ would mod parent up again if I had mod points

  57. Re:What exactly is being broken by quantum compute by dachshund · · Score: 3, Informative

    So, the problem is only for public key crypto, and for AES we just switch to 512 bit keys and no problem?

    Not necessarily. At present we know of a small number of quantum algorithms for problems such as factorization and database search. There are some brilliant theorists working on these things, but the total amount of (wo)manpower being applied to these problems is constrained by the fact that we don't really have any quantum computers to use this stuff with. A consequence of this is that there are vastly more problems for which we don't have a quantum algorithm than those for which we do.

    This has led to a lot of interest in 'post-quantum cryptography' and flood of research papers proposing new public-key cryptosystems based on mathematical problems we don't know how to solve with quantum computers. Another poster mentioned the McEliece cryptosystem, which is based on problems in coding theory. That's a little bit old-school. The new hotness is lattice problems --- go to any top academic crypto conference and you'll see a bunch of papers using these. If you're really interested in this stuff, here's a pretty good intro to a book on the subject of post-quantum crypto.

    However, all this talk is good for researchers in non-standard areas, but it shouldn't lead anyone to be overconfident that these problems will stay resistant to quantum solutions. You can more or less bank on there being some future 'golden age of quantum computing theory' which should take off right about the same time useful quantum computers become available. Predictably, the problems that receive the most attention will be the ones most widely used at the time --- including the ones underlying the most widely used cryptosystems.

    The one other thing I should mention is that there's a big difference between finding quantum algorithms for fundamental problems such as database search (Grover's algorithm) or number theoretic problems (Shor's algorithm) and finding quantum algorithms for extremely complex specialized systems like AES. Finding an algorithm that solves a major number theory problem is a big contribution --- if you break a particular cryptosystem, people will just shift away from it eventually and your work will become a footnote. Simultaneously, developing an algorithm that attacks AES is enormously harder using the relatively primitive techniques we currently have. So while right now our best approach to breaking symmetric algorithms is to use generic tools like Grover's algorithm, that's not aways guaranteed to be the case.

    Of course, crypto's important to us and the chance for a quantum-resistant cryptosystem is better than none at all, so this is still useful work. If you care about your crypto you need to this stuff it all with a little grain of salt, and hope that QCs are far in the future.

  58. Awesome! by SteveFoerster · · Score: 1

    But within the foreseeable future, cracking those same codes could become trivial, thanks to quantum computing."

    Awesome! I'm really curious what's in Julian Assange's insurance file!

    --
    Space game using normal deck of cards: http://BattleCards.org
  59. At least we'll still have XOR... by Anonymous Coward · · Score: 0

    I personally don't believe this will ever be possible.

    There is no such thing as a free lunch. Somehow the universe will make you pay the true cost of your computation. I suspect this will be in the form of noise or diminishing returns on possible operations necessary to reinforce coherence amoung a significant number of entangled qbits.

    Sure we'll have quantum computers in the future. They will be extremely useful in many areas. My guess they will be forced to stick with a more parallel scheme falling far short of the mythical 2^qbits (where qbits is a significantly large number) a real code breaking quantum computer would need.. It will be more like 2^qbits * n where qbits can never be astronomical...n no matter how large you make it is insignificant in the context of code breaking.

  60. Re:petrabit encryption by cbiltcliffe · · Score: 1

    I think he might have meant petri dish encryption....

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  61. Gvt Backdoor? by Anonymous Coward · · Score: 0

    I'm in no means a security expert. Please correct me if I'm wrong but...
    Why do they need to break into houses over encryption. I thought it was some government rule that any encryption products had to be registered or something with the government so they could easily decrypt messages? Like a government backdoor or something...

  62. Not knowing crack does not prove crypto rock solid by piotru · · Score: 1

    History knows bigger surprises than a possibility of someone already using efficient algorithms for cracking at least some curent "rock solid" cyphers. What would any reasonable Government do with such discovery? Publish of course, no?
    Do not throw away your OTPs just yet.

  63. Re:What exactly is being broken by quantum compute by kmac06 · · Score: 1

    Simply choosing an encryption method that doesn't rely on the difficulty of large integer factorization or one of the other in the "quantum age" no-longer-difficult problems will save traditional encryption.

    I don't believe such a method is known to exist (and it's not for lack of looking). Please correct me if I'm wrong!

  64. Lets start worrying by prefec2 · · Score: 1

    when they have a really working quantum computer which really can decrypt DES. Right now we are at least decades away from such devices.

  65. i.e strength can lie in the algorithm by Anonymous Coward · · Score: 0

    I believe Schneier once wrote that the strength must lie in the key, not the algorithm. Trouble is, when that's the case, quantum computers can decrypt you. A better position is to have a hefty key AND a secret algorithm. I think more-or-less anyone who can do some assembler bit-twiddling can devise an algorithm which will output something that looks indistinguishable from random numbers. A challenger can only decrypt your stuff if they have both the key AND the algorithm. Either on its own would be no use. If the challenger doesn't even know the length of the key, they are probably knackered even if they have a quantum computer.

  66. FUD? by he-sk · · Score: 1

    The bloke who complained about YouCut on his blog states there that quantum computers won't solve NP-hard problems in polynomial time. And I've read elsewhere that some crypto-systems are resistant to quantum computer challenges.

    Who should I believe?

    --
    Free Manning, jail Obama.
    1. Re:FUD? by gweihir · · Score: 1

      Believe the critics. And there is the little problem that even polynomial time is not good enough in general. If it is, e.g., n^10, forget about solving it for any practically relevant size.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  67. Re:What exactly is being broken by quantum compute by LainTouko · · Score: 2

    Even switching to 512-bit keys is probably an overreaction. AES keys go up to 256-bit mostly to provide safety against these theoretical quantum attacks. Federal standards are only now trying to phase 80-bit equivalent algorithms out of new products, (even though they're still a long way away from being breakable), and while AES-128 isn't considered good enough to protect top secret information, only secret, AES-192 is considered fine for top secret info. Excluding AES-128 is generally seen as an insurance measure against quantum computers.

  68. Not this BS again... by gweihir · · Score: 1

    Look a little closer and you always find a researcher greedy for funding or a company that want to sell you something.

    There is no indication today that quantum computing can scale. There is no indication that it can perform complex computations at all. There are serious indications to the contrary. Crypto-security relies on physical limits. It is quite possible that building a quantum computer that can handle a 128 bit cipher is well beyond what can be done in this universe.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  69. Re:DONT PANIC! (Quantum computer size & crypto by gweihir · · Score: 1

    Exactly right. A classical binary computer can be built from components, and hence making one of size n requires n^k effort with k>1, but relatively close to it and generally significantly smaller than 2. There are rather strong performance limits on what a single CPU can achive in maximum speeds, hence really large computations are always distributed or infeasible.

    A quantum computer has to be built in one step, as the qbits need to be entangled. Thats each qbit has to be entangled with each other at the same time and during the whole computation. In a sense, a quantum computer is a single CPU. Moreover, you cannot really distribute search algorithms (and that is what we are talking about when breaking crypto) with quantum computers. The whole problem has to fit into that single CPU. With a classical computer you just divide the search space, which scales exceptionally well.

    Generally, when this BS claim crops up, you find a researcher greedy for money or a company that wants to sell a product. Don't believe these morally corrupt sources of information.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  70. Re:What exactly is being broken by quantum compute by gweihir · · Score: 1

    Encryptions that rely on the difficulty large integer factorization like RSA are indeed "doomed", because Shor's algorithm will be able to do that in polynomial time.

    BS. You can build a PKK with polynomial times both ways. The difference just needs to be large enough and the smaller exponent small enough. n for encryption/decryption with key and n^3 for attackers is already enough. The "expinential one way, polynomial the other" mantra is just for convenience, but not needed.

    Incidentally, you can spot those that have not understood asymmetrical encryption by their insistence that bringing down the attackers effort to polynomial breaks the system in a practical way.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  71. Re:Is "quantum computing" the next "cloud computin by Anonymous Coward · · Score: 0

    In the case of encryption the other person can simply double the length of his encryption key and you're right back to square one again.

    I'm no expert, but isn't the point about encryption-breaking-quantum-computing that the prime facorization is done in polynomial time rather then exponential so doubling the length of the key is not as effective as today? (it would only quadrouple the cracking-time)

  72. Re:Is "quantum computing" the next "cloud computin by Anonymous Coward · · Score: 0

    Many of us have known it for a long time, but more and more people are waking up to the fact that "cloud computing" is a sham. It's basically 1970s-era mainframe computing revived and renamed, with a layer after layer of marketing bullshit layered on.

    Agreed, the buzzword "cloud computing" might just be one marketing BS on top of the other, but the current state of public internet access is really what's being utilized and built around, and that is definetly not the same as in the 1970s.

  73. Code talkers by falconwolf · · Score: 1

    If they don't encrypt/decrypt for the gov't, they don't do it for anyone else!

    Actually code talkers used based on their native languages so other native speakers could conceivably understand them. For instance though many code talkers were from American Indian tribes, the US Marines used Basque code talkers during WWII in areas where there were no Basque or Euskara speakers.

    Falcon

  74. clues by falconwolf · · Score: 1

    It is difficult, if not impossible, to cover every possible clue, trace and or happenstance.

    Not really. Do you have an idea of how many unsolved murders there are? How many ways are there to kill people? Want to shoot someone? Remove the slug from the bullet and use ice. With the cartridge below freezing gouge out a piece of ice from a block keeping it frozen until it's shot. Like the slug it replaced the ice can kill the person, but then it melts so the caliber of the shell may not be known. About all that is known, or can be tested for, is the power used in the round. However even the power can be made and doesn't need to be bought. The use of an air gun and even power traces don't exist.

    Falcon

  75. Re:Is "quantum computing" the next "cloud computin by Mashiara · · Score: 1

    the exponential problem is that increasing key size by a single bit doubles the time required to check the key space.

    So yes, should quantum factorization actually work for real-world key sizes this would be a huge advantage for the attacker compared to the current situation but it's still less costly for the defender to double the key size in order to keep the "probably not decrypted while earth still exists" timeframe than for the attacker increase their cracking capability to match.

  76. Re:Not knowing crack does not prove crypto rock so by swilver · · Score: 1

    What's this notion that the "government", which consists of the same Joe's and Jane's as the normal populous, is somehow smarter and more resourceful, so much so that they can trivially crack our best crypto?

  77. Re:Is "quantum computing" the next "cloud computin by Anonymous Coward · · Score: 0

    You are talking about one specific algorithm (Grover's) that reduces any search problem from n to sqrt(n). There are MANY other specific algorithms that solve other problems in faster and more useful ways. Shor's algorithm factors a number in O(log(n)^3) time, which is much faster than naive search. The real power in quantum computing lies in algorithms that would take exponential time on a traditional machine but can be done in polynomial time on a quantum one. Grover's algorithm does not do this because if a search space is O(n), for many cryptographic applications it is considered O(log(n)) input size, and a search on an input size of n would still be O(sqrt(2^n)) which is exponential.

  78. Note to self - by Geminii · · Score: 1

    If being a spy, assume that things will go wrong at some point, and do not leave accurate passwords lying around where any passing Tom, Dick, or J. Edgar can read them.