Change default ka= algorithm #5
Closed
hackerfactor
started this conversation in
Ideas
Replies: 2 comments
-
|
Actually, to be more precise, RSA will be deprecated the moment we get quantum computers to do the first realistic prime factorization. I simply wouldn't want to see this protocol be defaulting to a broken algorithm. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Merge accepted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned in #4, RSA is going to be deprecated as soon as quantum crypto comes out. Defaulting to "ka=rsa" means VIDA will default to a "soon to be obsolete" crypto algorithm.
The recommendation from named-dodo is to not have a default algorithm. Make "ka=" a required parameter, with "ka=rsa" being initially supported (until RSA becomes deprecated.).
Beta Was this translation helpful? Give feedback.
All reactions