Post-Quantum public keys might be too large for DNS over UDP. #11
Replies: 2 comments 4 replies
-
|
Personally, I'm very hesitant to develop a solution until we know more about the problem. This same problem is going to bite DKIM. Does VIDA want to be based on DKIM or do we want to try to make DKIM follow VIDA? Or, when the post-RSA solution develops, do we want to diverge from DKIM? Because DKIM is a widely accepted standard (including for use in a court of law), I don't like the "diverge" option. When quantum comes out, RSA will be deprecated. However, we don't know if that is within a year or a decade. It's very possible that the underlying DNS problem may be resolved before RSA becomes deprecated, making it a non-issue. (DNSSEC, DNS over TCP, DNS over QUIC, large-packet UDP, etc.) This is one of those scenarios where I don't want to panic into a solution before we know more about the problem and other options. |
Beta Was this translation helpful? Give feedback.
-
|
Cross linking to the IETF posting: I've had two responses so far. One had zero content (because the person sent something that was filtered out by the mailing list). The other only responded to me and not to the list. (Because it was a direct email, I'm not including names.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
RSA is eventually going to deprecate due to quantum computers being able to break it.
It will be replaced with Quantum resistant public cryptography algorithms.
However, the public key size for these algorithms might be too large for DNS over UDP.
(Packet fragmentation over UDP isn't fun or high performance.)
That leads to looking at other protocols and how they are supported on different platforms.
We need solutions, alternatives, etc.
From original post by @jsklein in https://github.com/hackerfactor/VIDA/discussions/4#discussioncomment-10010847
Beta Was this translation helpful? Give feedback.
All reactions