logoalt Hacker News

ikari_pl11/07/20244 repliesview on HN

I'd prefer @ziofill to answer, but I think:

- security - if we use quantum entanglement/teleportation to the extent I've read about how it works, then even if you still need a fiber optic cable connecting the two parties, the data is unreadable if you're not looking at physically the same wave/photons, meaning that man in the middle attack (like the ones with bending an optic cable to break it's internal reflection) is literally impossible. The data in the middle would not be readable without the receiving end entangled device, and the other side would immediately know about the attack, because an identical signal would not be readable either, as it's not the same signal anymore.

- I think the ultimate promise is transferring data without a physical link of any kind in-between. Connect two atoms, manipulate one, read the other - like ansibles in LeGuin/O.S.Card fiction. Instant interplanetary communication (which, I think, fucks up the idea of time too?)


Replies

tsimionescu11/07/2024

The first one helps with physical attacks on the wire. Not a common issue that people worry about, since there are so many boxes in between that are easier to compromise that it's rarely a significant security increase if you know the wire is perfectly secure.

The second is just wrong. It is well known and proven that it's impossible to send information via quantum entanglement. It's true that there are some interpretations of QM where the wave function of the entangled pair collapses instantly the moment one side of the pair is measured. But there is no version of QM where manipulating one side of the pair has any effect whatsoever on the other, except for measurement collapsing the quantum superposition into a random classical state.

The best classical intuition for how entanglement works is that two entangled particles are like two gloves from a pair. If you put them in boxes and separate them, when someone opens a box and finds the left glove, they instantly find out that the other person has the right glove. The difference with quantum entanglement is simply that the universe only decides which glove is which when you open the box, before that they are both in a mix of the states. This makes statistical properties measurably different if you send many pairs of gloves and look at how many times certain things match.

But there really is nothing that you can do with a pair of entangled particles that you couldn't do with the pair of gloves.

I should note for completeness that, because of the different statistical properties, there is a way to send slightly more information using entangled pairs than you can with classical particles. I believe you can send 1.5 bits of information per particle, but I don't remember the exact number. This means that a quantum internet could have higher throughput at the same transmit power, which would have some relevance for very long distance wireless communication, such as communicating with a space probe.

seanhunter11/07/2024

People have dealt with the second one in sibling comments but I somewhat doubt the first one is true when you take into account sidechannel attacks on the encoding and decoding part of the transmission.

Yes I get through quantum magic you can theoretically tell if your secret has been intercepted in the quantum state because it would cause a wave form collapse but the wave form wouldn't collapse if they were listening in to your quantum computer squeaking and buzzing and decoding those noises or timings or reading its heat signature etc, or getting your operator drunk and finding out their dog's name or partner's birthday and using it as their password, or kidnapping them and hitting them with things until they voluntarily give you their password etc. All those types of attacks would still work and still be just as undetectable as they are in classical encryption. ie all the most effective forms of attack are still just as effective in a quantum case.

I think it's a very interesting area of research but this whole idea of uncrackable codes is a stretch.

knoke11/07/2024

As far as In understand it (not very much) you can listen in on the transmitted keys, but the interaction can be statistically(!) measured and suspicious bits can me omitted (the wiki is quite comprehensible: https://en.wikipedia.org/wiki/Quantum_key_distribution?wprov...). There are different protocols, some more and some less quantum and most rely on classical, encrypted channels and trusted nodes in addition to the quantum channels.

One thing is for sure: you can’t send information faster than light with this or any other kind of quantum communication as two entangled qubits are basically two RNGs that are correlated. You’d just get noise without an additional classical, not FTL, data link (please, somebody with expertise: help!)

show 1 reply
HuangYuSan11/07/2024

No, this does not work. You can both read the same random data (which can be used for generating encryption keys), but not transfer any data.