Hacker News new | ask | show | jobs
France sent its first postquantum encrypted diplomatic cable to embassy in theUS (twitter.com)
19 points by othmanbms 1297 days ago
2 comments

Les français parlent aux français: Yvette aime les grosses carottes.
https://www.youtube.com/watch?v=VMzmW9XULHM

History repeats itself, or perhaps it never ended, or rather it already ended

History often rhymes.
That's a great one
I’m not a cryptographer yet.

What make it “post quantum”?

Isn’t all symmetric encryption pretty quantum resistant?

(Including one time pads, AES, etc?)

Symmetric encryption is quantum-resistant.

Most modern asymmetric encryption (public key encryption) is not resistant to attacks with quantum computers because modern public keys are based on something called "hidden subgroup problems" which can be solved easily with quantum computers (if they existed).

However, quantum-resistant asymmetric encryption does exist, it is just not yet common or battle-tested.

Of course, all of this depends (as usual) on complexity theory conjectures. Very plausible conjectures, but not yet strictly proven theorems.

>hidden subgroup problems

Thanks for the explainer I’ll read on this when I get some free time.