Earlier quoted context omitted.
Perfect forward secrecy doesn't work that well when NSA motto is - store everything now decrypt later. If they intercept the ephemeral key exchange now they can decrypt the message 10 or 50 years later.
Diffie Hellman doesn’t ever send the key over the wire, that’s the point. There is nothing to decrypt in the packets that tells you the key both sides derived. Unless they break ECDHE, it doesn’t matter if RSA gets popped.
Willow, Our Quantum Chip
431–440 of 557 posts
Re: Willow, Our Quantum Chip
#432Earlier quoted context omitted.
You need to distinguish between "physical qubits" and "logical qubits." This paper creates a single "first-of-a-kind" logical qubit with about 100 physical qubits (using Surface Code quantum error correction). A paper from Google in 2019 estimates needing ~20 million physical qubits ("How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits" - https://arxiv.org/abs/1905.09749 ), though recent adva…
> quantum computers would be able to retroactively break any public keys that were stored Use a key exchange that offers perfect forward secrecy (e.g. diffie Hellman) and you don’t need to worry about your RSA private key eventually being discovered.
All perfect forward secrecy means is that you delete your own ephemeral private keys, the public keys stay in the record. And a quantum computer will recover the deleted private keys.
Also, none of the currently accepted post-quantum cryptographic algorithms offer a Diffie-Hellman construction. They use KEM (Key Encapsulation Mechanism).
Re: Willow, Our Quantum Chip
#433> It lends credence to the notion that quantum computation occurs in many parallel universes, in line with the idea that we live in a multiverse I see the evidence, and I see the conclusion, but there's a lot of ellipses between the evidence and the conclusion. Do quantum computing folks really think that we are borrowing capacity from other universes for these calculations?
I was also really taken aback by this quote. I have no idea who put it there, but I can assure you the actual paper contains no such nonsense. I would have thought whoever writes the google tech blogs is more competent than bottom tier science journalists. But in this case I think it is more reasonable to assume malice, as the post is authored by the Google Quantum AI Lead, and makes more sense as hype-boosting buzzw…
Let me add a recommendation for David Wallace's book The Emergent Multiverse - a highly persuasive account of 'quantum theory according to the Everett Interpretation'. Aside from the technical chapters, much of it is comprehensible to non-physicists. It seems that adherents to MW do 'not know how to refute an incredulous stare'. (From a quotation)
Re: Willow, Our Quantum Chip
#434> The particular calculation in question is to produce a random distribution. The result of this calculation has no practical use. > > They use this particular problem because it has been formally proven (with some technical caveats) that the calculation is difficult to do on a conventional computer (because it uses a lot of entanglement). That also allows them to say things like "this would have taken a septillion years on a conventional computer" etc. > > It's exactly the same calculation that they did in 2019 on a ca 50 qubit chip. In case you didn't follow that, Google's 2019 quantum supremacy claim was questioned by IBM pretty much as soon as the claim was made and a few years later a group said they did it on a conventional computer in a similar time.
Re: Willow, Our Quantum Chip
#435Is anyone else even close to Google in this space? (e.g. on the "System Metrics" the blog defines)
But I don't really have a feel of what's going on, really. How many quantum computers there are, is there anything that is actually capable of performing anything more than just being an ongoing research prototype? Some educated guesses about how far can be some non-public projects by now? Like, is it possible that some secret CIA project is further ahead than what we know, or if it's even more unlikely and farther away than fusion power? Or maybe it's even more comparable to cold fusion?
I know, that this kinda exists as an idea, and apparently somebody's working on it, but that's pretty much it.
Re: Willow, Our Quantum Chip
#436Earlier quoted context omitted.
I’m talking specifically about RSA being eventually broken. If just RSA is broken and you were using ECDHE for symmetric keying, then you’re fine. The point is that you can build stuff on top of RSA today even if you expect it to be broken eventually if RSA is only for identity verification.
The relevant RSA break is sufficiently powerful quantum computers, which also break ECDH (actually, ECDH is easier than classically equivalent-strength RSA for quantum computers[1]), so no, you’re not fine. [1] https://security.stackexchange.com/questions/33069/why-is-ec...
There are several choices with scaling RSA too, you can push the primes which slows generation time considerably. Or the more reasonable approach is to settle on a prime size but use multiple of them (MP-RSA). The second approach scales indefinitely. Though it would only serve a purpose if you are determined to hedge against the accepted PQC algorithms (Kyber/MLKEM, McEliece) being broken at some point.
Re: Willow, Our Quantum Chip
#437Earlier quoted context omitted.
What if we are? And by injecting entropy into it, we are actually hurrying (in small insignificant ways) the heat death of those universes? What if we keep going and scale out and in the future it causes a meaningful impact to that universe in a way that it's residents would be extremely unhappy with, and would want to take revenge? What if it's already happening to our universe? And that is what black holes are? Or…
Getting strong vibes of Asimov’s novel "The Gods Themselves" here ! For those who haven’t read it I recommend it. It’s a nice little self-contained book, not a grandiose series and universe, but I love it.
Re: Willow, Our Quantum Chip
#438What does it mean when they say that the computations are happening in multiverse? I didn't know we are that advanced already :)
Re: Willow, Our Quantum Chip
#439Earlier quoted context omitted.
Perfect forward secrecy doesn't work that well when NSA motto is - store everything now decrypt later. If they intercept the ephemeral key exchange now they can decrypt the message 10 or 50 years later.
Diffie Hellman doesn’t ever send the key over the wire, that’s the point. There is nothing to decrypt in the packets that tells you the key both sides derived. Unless they break ECDHE, it doesn’t matter if RSA gets popped.
Re: Willow, Our Quantum Chip
#440Earlier quoted context omitted.
> Worth spending a little time doing some long tail strategizing I’d say. Yup, like Bitcoin going to zero.
I'm a little more in my wheelhouse here -- without an algo change, Grover's algorithm would privilege quantum miners significantly, but not any more than the industry has seen in the last 13 years (C code on CPU -> GPU -> Large Geometry ASIC -> Small Geometry ASIC are similarly large shifts in economics for miners probably). As to faking signatures and, e.g. stealing Satoshi's coins or just fucking up the network wit…
EDIT: it's like rainbow hashes, but every possible variation is a color, not granular like binary, but all and any are included.