Quantum computing calls for new encryption techniques?

AI Thread Summary
Quantum computers are expected to render current encryption techniques, particularly RSA, ineffective due to their ability to factor large numbers rapidly. While Shor's algorithm poses a significant threat to public key cryptography, discussions highlight that not all encryption systems are equally vulnerable. Symmetric ciphers, such as AES, are less affected, with their strength only halved by Grover's algorithm. This means that systems like WPA2 and TLS can remain secure if key lengths are sufficient. The need for a "new internet" is emphasized, as existing security measures may become inadequate; however, the transition could be managed by updating key exchange protocols rather than overhauling all security systems. Current quantum computers are still limited in capability, primarily performing basic arithmetic, indicating that widespread quantum threats are not yet imminent.
uperkurk
Messages
167
Reaction score
0
With the phenomenal speed to be expected from quantum computers in the future, todays encryption techniques such as RSA will be pretty much useless. A quantum computer could factorise 600bit+ numbers in a relatively short period of time. Aside from Shor's algorithm, are there any other mathematicians out there who are trying to invent a new algorithm?

It just hit me that when quantum computing starts to take over a "new internet" will need to be created. Any security we have at the moment will just be too weak. Networking, programming, websites, wireless, every aspect of security we have today will be completely useless due to the tremendous power that comes with quantum computing.
 
Computer science news on Phys.org
My own opinion is that like any computer you really need the hardware first before people can figure out the best ways to program the thing. We don't even know a lot of the science behind quantum computers and it looks like the learning curve will be steep. For example, just recently entanglement has been demonstrated to be contextual. That means the strength of the entanglement is dependent on the number of particles entangled and such basic knowledge could be critical to designing quantum security.
 
uperkurk said:
It just hit me that when quantum computing starts to take over a "new internet" will need to be created. Any security we have at the moment will just be too weak. Networking, programming, websites, wireless, every aspect of security we have today will be completely useless due to the tremendous power that comes with quantum computing.

This is not the case. Only public key systems are currently at risk, where the cost of cracking the key is the same as the cost of legitimately encrypting something with it. Symmetric cipher strength is only halved by Grover's attack and unaffected by Shor's.

WPA2 is AES based and will remain secure provided the keylength is long enough. The TLS (secure http) key exchange is at risk, but the actual data encryption (which also uses AES) is not, and rolling out a new key exchange is just an RFC and a few patches away.

Probably the most widespread use of public key cryptography is in the SSH protocol, but there are barriers to attack there. The most important is that the public key in an SSH channel isn't actually "public" the way it is for say PGP keys. This means risk of attack by Shor's is pretty low, since it operates on the public key (factors it) -- not the encrypted datastream.
 
Currently Quantum computers can only do simple maths such as 3x5=15
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
i am customizing a Linux distro [arch] into love os which I am building to impress my crush. I had an idea to integrate an ai model into the Linux system so it can speak like me but romantically. but I don't know what or how to do. I don't know the basic concept of Linux but yet I am customizing my os purely relying on chat gpt and perplexity. when i ask chat gpt about this it said to fine tune an ai model and integrate to the Linux distro and my friend said for the data to be fed to the ai...
Back
Top