Quantum Computers Are the Future Nukes of the IT World
nextplatform.com
Quantum Computers Are the Future Nukes of the IT World
1–10 of 34 posts
Re: Quantum Computers Are the Future Nukes of the IT World
#2Re: Quantum Computers Are the Future Nukes of the IT World
#3Are ordinary ssh keys vulnerable?
Re: Quantum Computers Are the Future Nukes of the IT World
#4Re: Quantum Computers Are the Future Nukes of the IT World
#5Are ordinary ssh keys vulnerable?
Can you elaborate more? In what sense? They are certainly vulnerable if you compromise the system which has them saved. Are they vulnerable to a brute force breach? Likely not, brute force is always a slow process, no matter how you speed it up. Is X vulnerable should always be phrased as Is X vulnerable to Y.
Re: Quantum Computers Are the Future Nukes of the IT World
#6Earlier quoted context omitted.
Can you elaborate more? In what sense? They are certainly vulnerable if you compromise the system which has them saved. Are they vulnerable to a brute force breach? Likely not, brute force is always a slow process, no matter how you speed it up. Is X vulnerable should always be phrased as Is X vulnerable to Y.
right, brute force your way in without a key
Re: Quantum Computers Are the Future Nukes of the IT World
#7Re: Quantum Computers Are the Future Nukes of the IT World
#8Are ordinary ssh keys vulnerable?
The simplest solution is simply to increase the size of the key beyond that of the most advanced quantum computer (which is essentially today's approach ;) ). Also, you just need to exchange a symmetric key; Shor's algorithm is a special case, you don't get the exponential -> polynomial speedup[1] to encryption algorithms in general. So once you deliver the symmetric key in a secure way, using a quantum resistant algorithm, you can resume business as usual.
[1] Though in brute force searches, you can reduce the effective key length by 2. https://en.wikipedia.org/wiki/Grover%27s_algorithm
Re: Quantum Computers Are the Future Nukes of the IT World
#9Question: I get that QC can break some cryptosystems, but can it break all known cryptosystems?
Re: Quantum Computers Are the Future Nukes of the IT World
#10Question: I get that QC can break some cryptosystems, but can it break all known cryptosystems?
However, it can reduce the difficulty of a generic brute force search
https://en.wikipedia.org/wiki/Grover%27s_algorithm
But it only reduces the effective key length by 2. Which, although amazing, has a fairly straightforward response. Double your key length beyond what was previously viewed as 'intractable'.