CECPQ2

From HandWiki

In cryptography, Combined Elliptic-Curve and Post-Quantum 2 (CECPQ2) is a quantum secure modification to Transport Layer Security (TLS) 1.3 developed by Google. It is intended to be used experimentally, to help evaluate the performance of post quantum key-exchange algorithms on actual users' devices.[1]

Details

Similarly to its predecessor CECPQ1, CECPQ2 aims to provide confidentiality against an attacker with a large scale quantum computer. It is essentially a plugin for the TLS key-agreement part. CECPQ2 combines two key exchange mechanisms: the classical X25519 and HRSS (Hülsing, Rijneveld, Schanck, and Schwabe) scheme (an instantiation of the NTRU lattice based key exchange primitive).[1] Additionally, Kris Kwiatkowski has implemented and deployed an alternative version of post-quantum key exchange algorithm, titled CECPQ2b. Similarly to CECPQ2, this is also a hybrid post-quantum key exchange scheme, that is based on supersingular isogeny key exchange (SIKE) instead of HRSS. [2]

CECPQ2 uses 32 bytes of shared secret material derived from the classical X25519 mechanism, and 32 bytes of shared secret material derived from the quantum-secure HRSS mechanism. The resulting bytes are concatenated and used as secret key. Concatenation is meant to assure that the protocol provides at least the same security level as widely used X25519, should HRSS be found insecure.

The algorithm was to be deployed on both the server side using Cloudflare's infrastructure, and the client side using Google Chrome Canary.[3] Since both parties need to support the algorithm for it to be chosen, this experiment is available only to Chrome Canary users accessing websites hosted by Cloudflare.

It was estimated that the experiment started mid-2019.[4] It was considered a step in a general program at Cloudflare to transition to post-quantum safe cryptographic primitives.[5]

Support for CECPQ2 was removed from BoringSSL in April 2023.

See also

References

  1. 1.0 1.1 Langley, Adam (2018-12-12). "CECPQ2". https://www.imperialviolet.org/2018/12/12/cecpq2.html. Retrieved 5 January 2020. 
  2. Kwiatkowski, Kris; Valenta, Luke (2019-10-30). "The TLS Post-Quantum Experiment". https://blog.cloudflare.com/the-tls-post-quantum-experiment/. Retrieved 31 December 2020. 
  3. Kwiatkowski, Kris (20 June 2019). "Towards Post-Quantum Cryptography in TLS". https://blog.cloudflare.com/towards-post-quantum-cryptography-in-tls/. Retrieved 5 January 2020. 
  4. Shankland, Stephen (2019-06-20). "Quantum computers will break today's internet security; Cloudflare wants to fix it". CNET. https://www.cnet.com/news/quantum-computing-will-break-net-security-cloudflare-wants-to-fix-it/. Retrieved 5 January 2020. 
  5. Kwiatkowski, Kris; Faz-Hernández, Armando (2019-06-20). "Introducing CIRCL: An Advanced Cryptographic Library". https://blog.cloudflare.com/introducing-circl/. Retrieved 5 January 2020.