Behind the First Secure Quantum Crypto Network
schliz writes "Researchers behind the world's largest quantum encrypted network said the technology could secure business networks inside six years. The prototype Quantum Key Distribution network was built by the Secure Communication Based On Quantum Cryptography (SECOQC) group last year. It is described in a journal paper published by the Institute of Physics this week, which includes details on how it is based on the trusted-repeater paradigm."
If they're getting 1kbps over 25km, I find it hard to believe that they will get it up to metropolitan speeds necessary in a few years. They've got decent funding and obviously have invested a fair bit of money into this, but for those speeds you might as well add tampering sensors to some tempest-rated conduit and run fiber. If they make significant speed improvements within 6 years, then I will be proven wrong, but I've seen nothing in the papers to suggest they can (I've been following this idea for a couple of years now).
Me failed English...
FreeBSD over Linux. If my comments seem odd, this may explain...
If one ran the quantum encrypted backbone on one adapter of machines, and normal Internet stuff on another, perhaps the handshakes and the key exchange for large volume data transfers over SSL or ssh be done via the quantum interface, then the session key negotiated be used over the Ethernet link. This way, should a private key be compromised or broken on a host it would not affect future communications (assuming the security hole is patched and the machine re-secured.)
I can see running these two networks in parallel for a network that spans companies, say for credit card validation from businesses to banks, inter-bank communication, or communication between hospitals. The regular backbone would be used for bulk file transmissions encrypted with a negotiated key via the quantum link, or if a small file needs maximum security, it can be sent along the low bandwidth link.
... what's the point of this network? The weakness of current crypto isn't that someone will break it to decrypt in feasible time, but rather what happens outside of the crypto itself. No perfectly secure quantum network can stop worms or social engineering attacks, and as far as cryptographic algorithms themselves go, AES-256 and RSA-3072 is strong enough.
Now, if suddenly everybody had a quantum computer that could break RSA in polytime, there might be a point to this, but they don't, so there isn't - not that I can see.
Nobody needs quantum key exchange (no, it is not even Cryptography, despite the claims). The data in these links needs to be encrypted with an ordinary cipher anyways, so there really is no need to uses something flashy for the key exchange. In addition, nobody knows whether quantum transmission is really as secure as claimed. These are theoretical predictions from a physical theory, and so far all of these have proven to be only partially accurate.
Doing this the conventional way is cheap, fast, reliable and with a known and scalable security level. Doing this the quantum way is plain stupid, except in a laboratory for research purposes.
Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
How karma whore can you get?
I first read the 10 comments so far, thought "Why are these so similar..." and realized that 3 out of the 10 comments so far are yours and they all have just the same content.
From what I've been told (I am a physics major, but I don't work in quantum cryptography as my main activity), there's a bunch of other weaknesses inherent to quantum encryption methods.
For example, qubits are mostly transfered through some optical medium. At the receiving end, at some point, they are detected in one way or the other. "Detecting" means they alter the state of the detector in a measurable way. And there are some ideas (maybe even implementations?) of attacks that try to measure the alteration of the detector immediately after the detection, for example by probing with a laser pulse that follows the qubit pulse.
Now due to some limitations of the physics of light pulses, this is something that, if implemented, is very difficult to defend against, since the light always goes both ways. It is also a kind of attack that could not be implemented against "classic" information transmission channels...
...I really find it interesting that every new technology seems to have its inherent weaknisses at one spot or the other -- kinda feels comfortable to know that "There is no silver bullet" still holds... :-)
Did anyone else notice that the acronym is pronounced "SEE COCK"? Once again, porn drives the development of the internet.
The parent is correct. I have verified this via
https://cryptolux.org/FAQ_on_the_attacks
Per that FAQ, AES-128 is in fact stonger.
PLEASE MOD PARENT UP!!
--PeterM
Maginot Line, folks. Point-to-point encryption is one (important) element of a business network, but it's not sufficient to secure the business network. As such, its implementation would need to be assessed with respect to the total network security budget.
This system still assumes the switches are trusted. The point-to-point links have quantum encryption, but that doesn't help in networks with enough stations to need routers.
From a crypto management point of view, secure links between two fixed points are easy. One time keys will work. Networks are much more difficult.
...attached to it is precisely as useful as sterilizing your dick before you stick it into someone with herpes.
For Those Asking "What's the Point?"... the detail is in the name. This network is being used to distribute encryption keys (not the content), while the network speeds may not look impressive at first glance, current high end RSA key is only 2048 bits long. A key every second on prototype tech really isn't too shabby. A single key can be used for an entire conversation. Someone else also pointed out that the problem with current crypto isn't that it can be broken, rather that there are ways around it. These ways all involve discovering the key somehow, rather than by brute force. Using a quantum network to distribute the key means that you can guarantee that the key you have hasn't been eavesdropped upon. Public/private key encrption has its own methods to deal with this, but this may not always be appropriate. If this allows guaranteed key security then you can use much simpler symmetric encryption.
All the quantum component of these systems do is generate the same pairs of random bits between exactly two systems. Its no more complicated than this.
There is an obvious problem in that there is no "quantum trust" scheme possible to know exactly "what" is on either end of the system.
Thus we must still rely on some form of "classical" secret key to enable either side to trust the other.
These systems have the benefit that:
A. Easedropping on an established link can be detected -- in practice active MITM attempts with a recovered secret key can likely be cloaked as some sort of network issue or sneaked into a maintenance window.
B. Crptoanalysis is more difficult because the OTP data is mixed with the classical source out of band.
However the security of any system is always dependent on its weakest link. Assuming the quantum part of the system works exactly as advertised (There have already been a number of oversights in this department) the system is hardly infallable or unbreakable because secrets are still managed using the same "classical" methods they always have.
A modern zero-knowledge system share many of the same benefits of quantum crypto without dedicated fibre rings. Heck if people really wanted this for secure communications all they need to do is put the same random bits on a few TB disk drives and ferry them back and forth under armed guard once a year. You can talk 24/7 for years and not get close to reusing any bits, have MORE security and save quite a lot of money in the process.
Isn't the idea of quantum crypto and even crypto in general seriously in doubt given the advent of the "First Electronic Quantum Processor" (see recent /. posting) Granted, the first processor is only 2qb, but once it's scaled to 8qb won't it be able to crack pretty much any crypto?