Experimenting with Post-Quantum Cryptography
security.googleblog.com
Experimenting with Post-Quantum Cryptography
1–10 of 41 posts
Re: Experimenting with Post-Quantum Cryptography
#2Re: Experimenting with Post-Quantum Cryptography
#3Like so many other things in computer science history, that seems like a great way to make it the de-facto standard.
Re: Experimenting with Post-Quantum Cryptography
#4Re: Experimenting with Post-Quantum Cryptography
#5Re: Experimenting with Post-Quantum Cryptography
#6> We explicitly do not wish to make our selected post-quantum algorithm a de-facto standard Like so many other things in computer science history, that seems like a great way to make it the de-facto standard.
However, the second condition seems to not be met if Google is right, because they mention there are promising papers published.
>Since we selected New Hope, we've noted two promising papers in this space, which are welcome.
Re: Experimenting with Post-Quantum Cryptography
#7As I understand it that the picture for symmetric encryption in a quantum computer world is still relatively rosy. The key strength of something like AES is halved, but with the important caveat that the difficulty is with respect to quantum operations rather than classical operations and there's no guarantee quantum computers will be able to scale as well over time as silicon has. The situation for asymmetric encryp…
This article is about the implementation of an asymmetric protocol based on the RLWE (https://en.wikipedia.org/wiki/Ring_Learning_with_Errors) problem.
Re: Experimenting with Post-Quantum Cryptography
#8https://security.googleblog.com/2016/07/experimenting-with-p...
Re: Experimenting with Post-Quantum Cryptography
#9I suspect Deepak Chopra is going to appropriate it soon enough.
Re: Experimenting with Post-Quantum Cryptography
#10I discovered NTRU while searching for a fast alternative to RSA for asymmetric encryption. It's said to be quantum resistant as well but I can only vouch for its speed (it is very fast and served my purpose perfectly). https://github.com/NTRUOpenSourceProject/ntru-crypto
Bernstein also recently released a paper on NTRU Prime which I just became aware of, although it makes no mention of the patent issue. https://ntruprime.cr.yp.to/ntruprime-20160511.pdf
In any case, it'd be interesting to get an answer on this, since NTRU has looked interesting for a long time, but the patents were pretty unfortunate.