this post was submitted on 15 Oct 2023
134 points (100.0% liked)

Technology

37525 readers
318 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago (6 children)

Quantum computers are not even close yet. Maybe some day though.

[–] [email protected] 37 points 10 months ago (1 children)

but quantum resistant encryption are important even now despite that because of store now, decrypt later of long-term sensitive information

[–] [email protected] 8 points 10 months ago (1 children)

That is the problem with encryption. It only provides security over a period of time. Always better to keep data on your own hardware in your own place.

Quantum is also more of an issues for public key crypto. Symmetric key crypto is different.

[–] [email protected] 7 points 10 months ago (2 children)

Could you explain more on that last point? Sounds really interesting.

[–] [email protected] 12 points 10 months ago (1 children)

Asymmetric key exchange works by utilising a complex math equation involving massive exponents that is easy to run to get an answer, but very hard to use that answer to get the numbers you started with.

With traditional computers, you essentially need to try every combination of numbers through trial and error to get the starting values.

Quantum computers are almost purpose built for this kind of math and can solve those types of problems exponentially faster than traditional computers.

However, for a symmetric key, there isn't an exchange that can be attacked, both sides already know the key.

[–] [email protected] 2 points 10 months ago

There is still a quantum attack against symmetric key crypto like AES, but it just reduces the effective key size by half. If you use long enough keys (256 bits) you're still fine.

[–] [email protected] 3 points 10 months ago

Others know a lot more about this then I do. The short answer is that some problems that are hard to solve now can be easily solved with quantum computers. Factorization of large integers is one of those things that is easily solved and public key crypto is based on that sort of problem. Hence the panic. Symmetric key crypto is not.

I think it comes down to just because quantum computers can solve some problems easily it does not mean they can solve all problems easily. Each situation needs to be looked at.

load more comments (4 replies)