Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Scientific American on Quantum Encryption

Posted by samzenpus on Thu Jan 20, 2005 01:35 AM
from the just-try-and-break-it dept.
prostoalex writes "Scientific American claims that advances in commercially available quantum encryption might obsolete the existing factorization-based solutions: "The National Security Agency or one of the Federal Reserve banks can now buy a quantum-cryptographic system from two small companies - and more products are on the way. This new method of encryption represents the first major commercial implementation for what has become known as quantum information science, which blends quantum mechanics and information theory. The ultimate technology to emerge from the field may be a quantum computer so powerful that the only way to protect against its prodigious code-breaking capability may be to deploy quantum-cryptographic techniques.""
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Jace of Fuse! (72042) on Thursday January 20 2005, @01:37AM (#11417111) Homepage
    Someone needs to write a Encryption routine that uses the source text as the key. THAT will really show 'em!
    • by Paul Crowley (837) on Thursday January 20 2005, @03:36AM (#11417521) Homepage Journal
      Already done - XORing the source text with itself is a provably perfectly secure form of encryption!
      • Already done - XORing the source text with itself is a provably perfectly secure form of encryption!

        The only problem with this is that when you send your cipher text, the big bad corrupt government agency can easily show that your clear text was "I planted the bomb" :-)

        A pity, as it looked as though the cipher text would compress really well.
      • by mikael (484) on Thursday January 20 2005, @07:36AM (#11418351)
        Already done - XORing the source text with itself is a provably perfectly secure form of encryption!


        But you still need to apply for an export licence if you use a encryption key greater than 128 bits in size.
  • As far as I can tell, no cats were harmed in the making of these quantum cryptographic devices, although if you look inside the box, the act of looking at the cat inside may (or may not) kill it
  • Why does quantum computing threaten present encryption?
    • Re:Uhh... (Score:5, Informative)

      by k98sven (324383) on Thursday January 20 2005, @01:41AM (#11417130) Journal
      Because you could implement Shor's factorization algorithm [senko-corp.co.jp].
        • Re:Uhh... (Score:5, Informative)

          by Anonymous Coward on Thursday January 20 2005, @03:55AM (#11417595)
          The point with a quantum computer is as follows. Overly simplified.

          If you have a quantum byte, i.e. 8 quantum bits, you can load it with 256 different integers simultaneously. You can do a single computation on the byte, and this computation is done simultaneously on all the 256 integers. This can easily be emulated, with 256 computers, as you suggest.

          But, if you have a quantum computer with 256 quantum bits, you can do computations simultaneously on 2**256 integers. That's not easy to emulate with classical computers because we don't have enough of them.

          The main problem with constructing algorithms for quantum computers is to read the result. When you read the 256-bits you only get a single number among the 2**256 which are stored there. Each of 2**256 integers has a probability associated with it, what you read is governed by this probability. Once you read, the state of the computer collapses to what you read, all the other information is lost.

          Shor's algorithm solves this by ensuring that the result is periodic, the period being the solution to the problem. It then performs a Fourier transform on the state. Then reads it and gets the period with high probability.

        • Re:Uhh... (Score:3, Insightful)

          Because it is extremely inefficient to simulate the quantum world, as everything happens in parallel.

          In effect you go back to square one. To simulate N qbits roughly your quantum computer simulator must have the capacity to completely explore 2^N states. It quickly becomes unmanageable, and you revert to the original problem.

          Equivalently you can say that if you have the traditional computing power to solve the problems that a given quantum computer would be able to solve easily, then you approximately hav
        • An n qubit computer is a general 2^n state quantum system. Now emulating an N state quantum system means manipulating vectors of N complex numbers.

          Let's try an example: Let's assume that we need only as much precision that we can use a fixed point numer format with a size of one byte. Then a complex number will need 2 bytes, and the vector to just store the quantum state of an n-bit quantum computer will therefore need 2^(n+1) bytes.

          According to Wikipedia, there are 6*10^79 atoms in the universe (taking t
        • Re:Okay, so? (Score:3, Interesting)

          Still, a quantum computer turns crypto back into an arms race again.

          Back in the days of enigma and such, when one side upped its computer technology, the other side added a wheel to its cipher machines. That would last a few years and then everybody is upgrading again.

          RSA has been around since the 70's, and has remained stable the whole time. It made crypto practical to use, and ended the arms race by making crypto hundreds of orders of magnitude harder to crack. Ditto for modern symmetric ciphers, whi
    • Re:Uhh... (Score:4, Funny)

      by monkease (726622) on Thursday January 20 2005, @01:44AM (#11417140)
      Quantum computing doesn't make threats.

      It makes promises.

      I'm not just gunna break yo' face, i'm going to quantum break yo' face, foo'!
      • Re:Uhh... (Score:5, Funny)

        by gl4ss (559668) on Thursday January 20 2005, @01:46AM (#11417160) Homepage Journal
        *I'm not just gunna break yo' face, i'm going to quantum break yo' face, foo'!*

        so you gonna break his face and slam a cardboard box over his head? "no officer, his face is not smashed. however, if you take the box off it might cause it to be smashed or not"
    • Re:Uhh... (Score:5, Informative)

      by Dr. Weird (566938) on Thursday January 20 2005, @01:45AM (#11417152)
      Encryption, as it stands now (the classical kind), relies on an asymmetric computational task. For example, it is much easier to check that the a list of numbers are the factors of another number than it is to factorize the number. In fact, the latter is, to the best of current computer science knowledge, exponentially slower than the first.

      Quantum computing provides an algorithm (Shor's), utilizing quantum mechanical manipulations, which factors numbers exponentially faster. Thus, factoring and checking factors takes the same amount of time.

      This leads to the undesirable conclusion that encryption and decryption (by an intercepting 3rd party) of a signal take the same amount of time (up to a polynomial equivalence). In other words, the encryption is breakable, since the interceptor need only invest roughly the same amount of computational effort as the sender in order to crack the message.

      That is why the creation of a quantum computer would "obsolete" present encryption. The point of quantum encryption is that it is not vulnerable to such attacks.

      • Re:Uhh... (Score:3, Informative)

        by Anonymous Coward
        But, as usual, the media hypes this too much. Presently only two useful algorithms for quantum computers are known. A search in an unordered set, which runs as sqrt(N) (as compared to N for traditional computers), and Shor's algorithm for factoring numbers. The most widely used public key cryptography (RSA) is based on the difficulty of factoring numbers, but it would not be technically difficult to replace it with another asymmetric scheme, e.g. based on elliptic functions. No quantum algorithms are kno
    • Well with current encryption methods you usually have a public key and a secure key. Let's say I give everyone here my public key. Well then everyone can encrypt me messages, but only I can decode it with my secure key. However within that public keys lies the secrets of the secure key, but it would take an extremely long time to break the public key cipher. With quantum computing, which can perform really hard factorizations quickly, it would make the whole many current cryptographic schemes obsolete, beca
      • Because the potential to try every possible key at once could exist in a sufficiently advanced Quantum Computer.

        Great, so you can get quadrillions of improperly decoded versions and one good one, hidden in there somewhere. For any good encryption, I don't see how that helps much.
        • Re:Uhh... (Score:5, Insightful)

          by tftp (111690) on Thursday January 20 2005, @03:10AM (#11417436) Homepage
          If you have a ton of sand with some gold nuggets mixed in, it's kinda tedious to manually inspect every grain of sand and throw it away if it doesn't look like gold.

          However, it is perfectly reasonable to borrow a large sieve with a water tray - which both work on all the grains simultaneously - and then the job becomes doable in hours.

  • by chadw17 (308037) on Thursday January 20 2005, @01:40AM (#11417127)
    The printer-friendly version puts it all on one nice and image free page.
    Article here [sciam.com]
  • tshtuatpptenaynrirragagcuoyomq
  • so long bits, hello tits.

    Trinary digITs here we come!
  • Will the need for an unbroken end-to-end light pipe finally lead to enough demand to light up some of that dark fibre that is sitting on the telco's books?
  • Baloney. (Score:5, Interesting)

    by Pendersempai (625351) on Thursday January 20 2005, @01:49AM (#11417177)
    Quantum cryptography is a solution in search of a problem. It cannot implement public key/private key cryptography, and it can transmit only through a single uninterrupted fiber-optic cable, not over the internet at large. Given those limitations (which I don't think can be surmounted), one might as well use tremendous, digital one-time pads. Transmission of the pads to the relevant parties should be strictly easier than the quantum cryptographic solution: if nothing else, generate terabytes of noise, store it on a RAID, and put it in a car with ten intensely loyal guys. After you've done that, you can send up to that amount of data securely over the internet at large, and no amount of quantum hocus-pocus will be able to decode it.
    • Re:Baloney. (Score:5, Insightful)

      by OzRoy (602691) on Thursday January 20 2005, @03:12AM (#11417441)
      I quote the apropriate part from the article for the lazy parent who has not RTFA.

      Ultimately cryptographers want some form of quantum repeater--in essence, an elementary form of quantum computer that would overcome distance limitations. A repeater would work through what Albert Einstein famously called "spukhafte Fernwirkungen," spooky action at a distance. Anton Zeilinger and his colleagues at the Institute of Experimental Physics in Vienna, Austria, took an early step toward a repeater when they reported in the August 19, 2004, issue of Nature that their group had strung an optical-fiber cable in a sewer tunnel under the Danube River and stationed an "entangled" photon at each end. The measurement of the state of polarization in one photon (horizontal, vertical, and so on) establishes immediately an identical polarization that can be measured in the other.

      And it continues on this page http://www.sciam.com/article.cfm?chanID=sa006&arti cleID=000479CD-F58C-11BE-AD0683414B7F0000&pageNumb er=3&catID=2

      • Hmm, I don't know who you work for, but I suggest hiring someone with a Clue.

        Banks, by and large, do not use asymmetric cryptography like RSA to secure their transactions. The standard for retail and wholesale banking environments is Triple DES, and it's not likely to change for some time, since they've only just finished moving there.

        Keys are distributed by loading them into secure, tamper-responsive devices in a trusted environment where no sniffing can occur; then the devices are sent to where they

  • "Jon, we have a situation. We need your to do your stuff."
  • Eventhough it looks as if it has been written for a layman , the article is quite cryptic (and IMHO nothing new).

    If someone tries to intercept this stream of photons--call her Eve--she cannot measure both modes, thanks to Heisenberg. If she makes the measurements in the wrong mode, even if she resends the bits to Bob in the same way she measured them, she will inevitably introduce errors. Alice and Bob can detect the presence of the eavesdropper by comparing selected bits and checking for errors.

    Ok, if yo

    • by Anonymous Coward on Thursday January 20 2005, @02:20AM (#11417276)
      But in the current networks it'll only go around a couple of meteres at Max and you can't use an amplifier/repeater with this. So really, how are we going to use this in real life ?

      Who said using it on current networks? In real life, custom networks are used, of course.

      Sending information faster than light is likely not possible. The FAQ you linked to says that too. Currently, theory says no, and experiment can't tell. Some have chosen to interpret their experiments as supporting FTL transmission of information. But the majority do not agree with that interpretation.

      Using photons in computers in any form is so far off that suggesting it as a solution to current day problems like die size vs clock speed is ridiculous.
    • by OzRoy (602691) on Thursday January 20 2005, @07:15AM (#11418248)
      Quantum entanglment cannot be used to send information faster than light, as explained here [cornell.edu]
  • "...a quantum computer so powerful that the only way to protect against its prodigious code-breaking capability may be to deploy quantum-cryptographic techniques."

    scary stuff....however, a simpsons quote comes to mind:

    Alien 1: It seems the earthlings won.
    Alien 2: Did they? That board with a nail in it may have defeated us. But the humans won't stop there. They'll make bigger boards and bigger nails, and soon, they will make a board with a nail so big, it will destroy them all!
    [both alie
  • by Uhlek (71945) on Thursday January 20 2005, @02:19AM (#11417272)
    Quantum encryption is a misnomer, it should be called (and is, in some circles) quantum key distribution. It's all about how the key is transmitted, not how the data is secured. The encryption method is independant of how the key is distributed. Contrary to popular belief, it typically cannot be a one-time pad, since the bandwidth on the "key" channel is very limited due to the exact nature of the transmission. It can be, though, a constantly shifting AES key, or other type of data, making the datastream as a whole effectively unbreakable.

    The problem lies in that you have to have a single, unbroken fiber optic connection between the two points, and this fiber optic connection is very limited in the amount of loss that it can withstand. That means you're geographically limited on how far the circuit might be able to travel. You're looking at a few hundred kilometers, at the absolute maximum.

    Considering the amount of money you'd spend on putting the circuit in place versus the amount of money you'd lose if the data was compromised, it's very unlikely that anyone, anywhere will have a practical use for QKD/QE. Government and defense, maybe, but then only in very limited applications.

    There is a chance that, should quantum computing become a reality and modern encryption algorithms can suddenly be cracked very, very easily that this method may see some use, and by no means is development a waste of time and effort. But, QC is still very much in the early stages, if a working system is ever developed at all.

    Thta being said, PKI and courier delivery of key material will continue to be the order of the day for quite some time.
  • by whimsy (24742) on Thursday January 20 2005, @02:35AM (#11417323)
    give it a shot.

    Particles that are treated best by quantum theory (such as photons, here) exhibit quantum states. Just think of them as metainformation about the particle, which is accurate to a first approximation and appropriate for this explanation. In this case, the light is polarized, which dictates some of its quantum metainformation.

    The Heisenberg principle, which you've probably heard about, says that you cannot know the position and momentum of a particle exactly, simultaneously. You can know one or the other exactly, you can know both with noninfinitesimal error, but you can't know both. For big, heavy things, like macroscopic objects, the uncertainty is so small as to be irrelevant.

    The quantum weirdness which results is as follows: an unobserved object simultaneously exists in a linear combination of multiple quantum states. That is, it exists as

    (x*A+y*B+z*C)/(x+y+z)

    Where A,B,C are quantum states and x,y,z are relative probabilities. If they add to 1, the x+y+z term falls out.

    This is where schrodinger's cat. If you wait exactly long enough that the probability of the cat dying is 50%, the cat is exactly equal parts dead and alive. It's accurate, but I think it's confusing because it confuses the fact that quantum states really only apply to very small things, except in isolated cases like this.

    Where the unbreakability of quantum encryption comes in is the observer. If you open the box, the cat is no longer both, it's just dead or alive. If you look at the photon, it's A,B, or C. You have destroyed the metainformation contained in the photon, because up until when you observed it, it was x parts A, y parts B, and z parts C.

    This is unavoidable and fundamental to quantum mechanics.

    For quantum encryption/communication not to work this way, we have to be wrong about quantum mechanics, and the fact that it's just so WEIRD is part of the reason I suspect it will work. It's so counterintuitive people have verified this many times.

    • by yo303 (558777) on Thursday January 20 2005, @04:20AM (#11417663)
      The sender, Alice, sends a string of bits, choosing randomly to send photons in either the rectilinear or the diagonal modes. The receiver, Bob , makes a similarly random decision about which mode to measure the incoming bits. If Eve tries to intercept this stream of photons she cannot measure both modes, thanks to Heisenberg.

      So the big question is: Why does Alice have so many secrets? Why does she feel compelled to tell Bob everything? And what is up with Eve, always budding in?

      Personally I think there's something going on between Eve and Bob, that they're not telling us. But damned if I can't break their code.

      yo.

  • by tonywestonuk (261622) on Thursday January 20 2005, @03:54AM (#11417588)
    Alice sends Bob a stream of photons. Each photon that is sent, Alice encodes a state of '1' or '0' on each photon.

    Unfortunately, Due to Quantum Mechanics, Bob only has a 50% chance of actually reading the state of the photon. 50% of the time he gets '0' or '1', and 50% of the time he gets 'Unknown', and the photon is destroyed..
    This is ok, because after receiving 1 million bits, Bob phones up Alice on an unsecured line and says I managed to read photon numbers 5,6,9,12,13,16....(+ approx 500,000 more), so I will use the state of these photons as a one time pad. Alice looks up the states she sent these photons, and now both parties have a one time pad to encrypt data.

    Now, lets say there was an intruder attempting to intercept the key exchange. The intruder is also constrained QM, and can only read 50% of the photons, with the other 50% Destroyed. Because, the 50% of photons the intruder would receive, would be different to the 50% bob had read, it is impossible for the hacker to use the information sent using by bob to Alice, via the unsecured phone call, to build an equivalent one time pad.

    Also, as the intruder is only able to forward a exact copy of just 50% of the photons to Bob, with the other 50%, now destroyed. He could replace this 50% of photons with his own set of random state photons, but this will be detected by Bob and Alice, as the one time pads would be different on this 50%, and the transmitted data using the pads would be corrupted.
  • Technology VS. Laws (Score:3, Interesting)

    by Lepaca Kliffoth (850669) on Thursday January 20 2005, @07:20AM (#11418271)
    Just a thought, maybe off-topic. I think articles like this one show the inherent flaw in anti-circumvention laws. While the american government says "if you put a lock on something it's unlawful to break it, develop something that breaks it, tell someone how to make something that breaks it etc. etc." we're all seeing where technology is going: quantum computing (sorry if this term is not the right one, have mercy, I'm italian, I mean the ability to compute using quantum mechanics principles) could very well break any kind of lock we know today. This is more proof that high-level, modern technology and copyright/anti-circumvention laws can't possibly coexist as long as copyright has the form and shape it has today. Either laws change or technology stops. Sorry if this comment was too much off-topic.
  • Question (Score:3, Insightful)

    by Woogiemonger (628172) on Thursday January 20 2005, @09:46AM (#11419284)
    Is it possible to detect whether or not something quantum-encrypted is being transmitted? There's plenty of information you can garner from a transmission based on the start and stop time, frequency, source and destination, duration, etc. - Scott
    • by k98sven (324383) on Thursday January 20 2005, @02:01AM (#11417220) Journal
      I think [..] Eventually, we will have quantum computers capable of brute-forcing even quantum encryption...

      Well, you think wrong. Quantum encryption cannot be 'brute-forced'. Because it's not 'encryption' in the conventional sense but rather 'secure transmission'. The data is not encoded, but rather transmitted in a way which makes eavesdropping impossible. Since you can't intercept any 'coded message', there is nothing for you to brute-force.

      And this holds as long as what we know of quantum mechanics holds.
      (More specifically, the Bell inequality [ucr.edu]. Which was verified in the famous Aspect experiment.)

      So no, nothing in quantum physics is going to invalidate quantum encryption. And I wouldn't get my hopes up for future theories, either, because this 'wierdness' of quantum mechanics so well-verified experimentally that it'd be unlikely that any future theory would change it. (But hopefully explain it)
    • Eventually, we will have quantum computers capable of brute-forcing even quantum encryption...

      No, we won't. It's an interesting thought, but it doesn't work that way. According to the laws of physics (as we currently understand them) quantum encryption, if done properly, is provably secure. That is, there is no way to break the encryption, unless quantum mechanics itself is flawed.

      Of course, there are other attacks. For example, QC (quantum cryptography) requires you to pick the polarization basis r

    • by Anonymous Coward on Thursday January 20 2005, @02:15AM (#11417262)
      God, I love when slashdot covers advanced scientific stuff... then people like you who have no idea what they are talking about get to be mod'ed Insightful!

      OK, there's two very different uses of quantum technology when applied to crypto problems:

      1. If you had a quantum computer some problems like factorization become easy; therefore things like RSA would be instantly decryptable. The gotcha is that the current "state of the art" for quantum computers are still absolutely tiny and there are HUGE engineering challenges towards building one large enough to factor a real key (I think they're at the point now where they can factor numbers like "12"... so they have a bit of scaling before they can start attacking 300-digit numbers)

      Of course there could be a massive breakthrough in quantum computer design tomorrow which would throw the whole crypto world on its head. That makes this area really interesting for crypto people.

      Does NSA secretly have a quantum computer that can do that? I'd say its extremely unlikely... I'm sure they have people looking into it but they would have to be AMAZINGLY far ahead of the public research community to have actually built a full-size one.

      2. What this article is talking about is "quantum encryption" what's really "quantum" about it is making an untappable fiber line by signalling using the characteristics of single photons. By using Heisenberg's uncertainty principal you can make it impossible for anyone to tap the line (and thus observe the photon states) without also randomizing the bits. It's really hard to get your head around but it actually works.

      Note that nowhere here did we use a "quantum computer"... this is all using technology that exists today (obviously, since you can buy it)

      So basically even if your adversary has a trillion dollar budget to attack you with they CANNOT tap that fiber line without destroying the communication in the process. It's physically not possible with any technology.

      So unless the NSA has a whole undiscovered field of physics that the world doesn't know about they don't have "quantum decyption" As we understand physics today it's literally impossible to build such a device.
      • Even if it is untappable, wouldn't it be vulnerable to a man-in-the-middle attack?
          • What I meant was, what's the point if I can just cut the fibre and put a transmitter/receiver pair in the middle?
            • by Phurd Phlegm (241627) on Thursday January 20 2005, @08:48AM (#11418750)
              What I meant was, what's the point if I can just cut the fibre and put a transmitter/receiver pair in the middle?
              The reason you can't do that is that unless you send each photon using the same orientation the guy on the other end won't get the right measurements on some of them. You only get a correct measurement on those photons that you measured in the same orientation the sender used. For the ones you measured in the wrong orientation, you get a random result (if the orientation is off by 90 degrees, I believe there is no correlation at all--if off by 45 degrees there is some correlation but there's still a random component). So for those cases (which essentially amount to 1/2 the bit string) you're sending random values. This means that the key as received will be wrong.

              So, you could send a key to the other end, but it wouldn't be the same key that you received, because the key is created during the exchange based on which photons were encoded in the same orientation they were measured. So, any protocol that uses this has to be designed to take advantage of this property to prevent man-in-the-middle attacks. Apparently the crypto boys and girls feel this is enough of an advantage to be done--I haven't inspected any protocols that do this, so I can't explain how it's achieved. But simply sending a long key and XORing the message with it isn't enough--the man in the middle could foil that by just generating a new key and reencrypting.

              I'm sure someone has a good discussion of this up on the web. The question is if there's one that's accessible to the non-cryptographer.

    • by dragons_flight (515217) on Thursday January 20 2005, @02:34AM (#11417320) Homepage
      I don't think that the NSA has substantially better quantum encryption / computing than the rest of us. My main line of evidence is that they are still throwing enormous gobs of money at unclassified research into quantum computing.

      One such example is the innocuously named "Laboratory for Physical Sciences [umd.edu]". Please note the rather conspicuous key-shaped logo. I toured their facility a few years back while looking for a job. At the time the NSA was buying them just about anything they wanted provided it might have applications in quantum computing. This included a rather sophisticated chip fabrication lab and clean room.

      I don't know if we will ever really have quantum computers, but the NSA sure doesn't want to be late to the party if we do.
        • If you have the quantum equipment anyway, it's no problem to generate true random numbers. Just produce vertically polarized photons and then measure them in diagonal direction. This guarantees complete independence of the resulting bits from each other (i.e. no correlation), and for perfect vertical and diagonal arrangement also equal probability of 0 and 1. But it's the independence which is really crucial; it's simple to create an unbiased random bit stream from a biased one if the individual bits are in
    • by adamruck (638131) on Thursday January 20 2005, @02:44AM (#11417352)
      If my understand is correct, which I think it might be, then you are completely wrong.

      Quantum encryption is not about exchanging keys, its not even encryption in its normal sense. What it really is, is secure trasmission.

      Secure meaning, nobody can read this data during transmission other than the reciever without it being physically impossible to notice.
        • On the other hand, the grandparent is incorrect that breaking RSA via Quantum Computing is unrelated.

          There is no relation between quantum "encryption" and RSA. Quantum computers are a completely different technology than quantum key distribution. All you need for the latter is fiber optic cable, some photon counters, and polarizing filters. Quantum computers OTOH require quantum circuits, which are no more than lab toys ATM. It could be 50 years before we see sizable quantum computers, if ever.

          Even

    • Classical methods are not just as good.

      Any public-private key encryption can be broken through brute force. What keeps them secure is that most of the time it takes a long time to break them.

      With the development of quantum computers (which some people believe can be done within the next 20 years) it will only take a few seconds to break ANY public/private key encrypted message.

      A message sent using quantum encryption cannot be broken by brute force.