<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Quantum Computing on Senthorus Blog</title><link>https://blog.senthorus.ch/categories/quantum-computing/</link><description>Recent content in Quantum Computing on Senthorus Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 06 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.senthorus.ch/categories/quantum-computing/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to post-quantum cryptography and its implications</title><link>https://blog.senthorus.ch/posts/introduction_to_post_quantum_cryptography/</link><pubDate>Thu, 06 Aug 2026 00:00:00 +0000</pubDate><guid>https://blog.senthorus.ch/posts/introduction_to_post_quantum_cryptography/</guid><description>&lt;img src="https://blog.senthorus.ch/introduction_to_post_quantum_cryptography/intro_to_pqc_quantum_computer_ibm_main_visual.png" alt="Featured image of post Introduction to post-quantum cryptography and its implications" />&lt;h2 id="quantum-vs-classical-computing-simple-first-steps">Quantum vs Classical Computing: Simple First Steps
&lt;/h2>&lt;p>When we talk about computing, the main difference between &lt;strong>classical&lt;/strong> and &lt;strong>quantum&lt;/strong> systems lies in how they represent and process information.&lt;/p>
&lt;p>Classical computers, which underpin most modern IT infrastructure, operate on &lt;strong>bits&lt;/strong>: simple units of data that can take the value of either 0 or 1. You might picture this as a librarian who checks one book at a time, moving quickly but always sequentially.&lt;/p>
&lt;p>Quantum computers, on the other hand, rely on &lt;strong>qubits&lt;/strong>. Unlike classical bits, qubits can exist in a state of 0, 1, or a &lt;strong>superposition&lt;/strong> of both, allowing them to explore multiple possibilities at once. In our librarian analogy, this would be like a clerk capable of reading many books simultaneously: a kind of parallelism that classical systems cannot achieve. This gives quantum machines the potential to solve certain problems much faster than classical ones.&lt;/p>
&lt;p>&lt;img src="https://blog.senthorus.ch/introduction_to_post_quantum_cryptography/intro_to_pqc_qubit_bloch_sphere.png"
loading="lazy"
alt="QuBit in Bloch Sphere"
>&lt;/p>
&lt;p>From a &lt;strong>cybersecurity&lt;/strong> perspective, this is not just a fascinating scientific development but a &lt;strong>serious concern&lt;/strong>. Many of today’s cryptographic standards, such as those based on the difficulty of factoring large prime numbers, would become vulnerable once practical quantum computing is achieved. This is why organizations like &lt;strong>NIST&lt;/strong> are working on &lt;strong>post-quantum cryptography&lt;/strong> to prepare security teams for the coming paradigm shift.&lt;/p>
&lt;h2 id="why-is-quantum-a-problem-for-current-cryptography">Why Is Quantum a Problem for Current Cryptography?
&lt;/h2>&lt;p>The security of modern public-key cryptography, such as RSA, Diffie-Hellman, and elliptic-curve cryptography (ECC), is based on mathematical problems that are extremely hard for classical computers to solve. Factoring a large number or solving a discrete logarithm would take astronomical amounts of time, making these systems the backbone of secure communication, digital signatures, and key exchanges.&lt;/p>
&lt;p>However, the discovery of specialized quantum algorithms changes everything. &lt;strong>Shor’s algorithm&lt;/strong>, the most famous one, can efficiently factor large numbers and solve discrete logarithms on a powerful quantum computer. If such machines become practical, the assumptions behind RSA and ECC would collapse, allowing attackers to decrypt data, forge signatures, or impersonate trusted entities.&lt;/p>
&lt;p>The impact doesn’t stop there. &lt;strong>Grover’s algorithm&lt;/strong> offers a quadratic speedup for brute-forcing symmetric encryption keys. While this doesn’t break symmetric cryptography entirely, it effectively reduces the security strength of current key sizes, meaning we need to increase key lengths (for example, doubling AES keys).&lt;/p>
&lt;p>The biggest threat lies with &lt;strong>public-key algorithms&lt;/strong>, which enable authentication and key exchange across the internet. This is where post-quantum cryptography (PQC) comes in. PQC focuses on developing cryptographic methods based on &lt;strong>problems that are hard for both classical and quantum computers&lt;/strong>.&lt;/p>
&lt;p>The goal is not to rebuild security from scratch, but to replace vulnerable algorithms with &lt;strong>quantum-resistant alternatives&lt;/strong> for signatures, encryption, and key exchange.&lt;br>
Organizations like &lt;strong>NIST&lt;/strong> are leading this effort, pushing forward the &lt;strong>standardization of PQC algorithms&lt;/strong> so that organizations can start transitioning now, well before quantum computing poses a real-world threat to global cybersecurity.&lt;/p>
&lt;h2 id="available-solutions-whats-already-moving-from-research-to-standards">Available Solutions: What’s Already Moving from Research to Standards
&lt;/h2>&lt;p>The cryptography community has been preparing for the quantum era long before practical quantum computers became a reality.&lt;br>
Anticipating the threat to existing public-key systems, researchers have spent years designing and analyzing new algorithm families capable of &lt;strong>withstanding quantum attacks&lt;/strong>.&lt;/p>
&lt;p>To coordinate this effort, the &lt;strong>U.S. National Institute of Standards and Technology (NIST)&lt;/strong> launched a global, multi-round competition in 2016, inviting academics, industry experts, and governments to propose and evaluate potential replacements.&lt;br>
After several years of testing, cryptanalysis, and performance evaluation, NIST announced a small set of algorithms that will form the foundation of &lt;strong>post-quantum cryptography (PQC)&lt;/strong> standards.&lt;/p>
&lt;p>Two main families stand out in these efforts:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Lattice-based cryptography&lt;/strong>: relies on the difficulty of finding short vectors in high-dimensional lattices. These schemes are efficient, scalable, and currently among the &lt;strong>most practical and widely recommended&lt;/strong> approaches to PQC.&lt;/li>
&lt;li>&lt;strong>Hash-based cryptography&lt;/strong>: built on the one-way properties of cryptographic hash functions. Hash-based signature schemes are conservative and simple in principle. Although they often have larger signature sizes, they provide &lt;strong>strong and well-understood security guarantees&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;p>From this process, &lt;strong>NIST selected four algorithms&lt;/strong> for standardization and deployment:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>CRYSTALS-Kyber&lt;/strong>, for &lt;strong>key establishment&lt;/strong>&lt;/li>
&lt;li>&lt;strong>CRYSTALS-Dilithium&lt;/strong>, for &lt;strong>digital signatures&lt;/strong>&lt;/li>
&lt;li>&lt;strong>FALCON&lt;/strong>, for &lt;strong>digital signatures&lt;/strong> with &lt;strong>compact outputs&lt;/strong>&lt;/li>
&lt;li>&lt;strong>SPHINCS+&lt;/strong>, a &lt;strong>hash-based digital signature&lt;/strong> scheme&lt;/li>
&lt;/ul>
&lt;p>These four represent the &lt;strong>leading edge of quantum-resistant cryptography&lt;/strong> and are expected to become the backbone of secure communication in a post-quantum world.&lt;/p>
&lt;p>&lt;img src="https://blog.senthorus.ch/introduction_to_post_quantum_cryptography/intro_to_pqc_lattice.png"
loading="lazy"
alt="Lattice and hash illustration"
>&lt;/p>
&lt;p>Credit: N. Hanacek/NIST&lt;/p>
&lt;h2 id="how-organizations-can-prepare">How Organizations Can Prepare?
&lt;/h2>&lt;p>Preparing for the post-quantum era doesn’t require access to a quantum computer. The most effective steps security teams can take today are practical measures that lay the groundwork for a smooth transition. The goal is to build &lt;strong>awareness&lt;/strong>, &lt;strong>flexibility&lt;/strong>, and &lt;strong>resilience&lt;/strong> into your cryptographic infrastructure before the standards fully mature.&lt;/p>
&lt;p>Here are eight concrete actions IT and security leaders can start implementing now:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>Inventory your cryptography&lt;/strong>&lt;br>
Map out where public-key algorithms are in use across your environment: TLS handshakes, VPNs, code-signing systems, firmware updates, S/MIME, SSH keys, PKI infrastructures, and certificates. Visibility is critical, as you can’t protect what you don’t know exists.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Classify data and lifetimes&lt;/strong>&lt;br>
Identify sensitive data that needs to remain confidential for years or decades, such as intellectual property, medical records, or government archives. Adversaries could be harvesting encrypted traffic today to decrypt later, a concept called “store now, decrypt later.” Long-lived secrets deserve priority protection.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Adopt crypto agility&lt;/strong>&lt;br>
Design systems so algorithms can be swapped or added without disruptive refactoring. Modular TLS stacks, configurable key management services, and dual-stack or layered deployments make future migrations less painful.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Start hybrid deployments&lt;/strong>&lt;br>
Begin experimenting with hybrid key exchange: combining a classical algorithm (e.g., ECDH) with a PQC algorithm. This ensures an attacker would need to break &lt;strong>both&lt;/strong> to succeed. Hybrid deployments reduce risk and give teams hands-on experience. Many vendors already offer hybrid libraries and prototypes.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Track vendor roadmaps and standards&lt;/strong>&lt;br>
Monitor NIST publications, FIPS updates, and announcements from cloud providers, OS vendors, and open-source libraries like OpenSSL or OpenSSH. Aligning with vendor support and emerging standards ensures smoother adoption.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Test in staging&lt;/strong>&lt;br>
Integrate PQC-enabled libraries into test environments and measure their real-world impact. Check performance, key sizes, signature sizes, and interoperability. Lattice-based schemes are generally efficient but come with different tradeoffs compared to RSA or ECC.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Update policies and procurement&lt;/strong>&lt;br>
Require suppliers to report cryptographic dependencies, ask about PQC roadmaps during RFPs, and add clauses mandating crypto agility in new contracts. This ensures your ecosystem evolves alongside your own readiness.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Train your team&lt;/strong>&lt;br>
Educate developers, operations teams, and leadership with targeted briefings. Everyone should understand both the risks and the migration strategy. This builds confidence and avoids bottlenecks later in the transition.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>By taking these steps, organizations can begin their &lt;strong>quantum-readiness journey&lt;/strong> without needing to become quantum researchers themselves. The key is positioning your infrastructure so that when NIST standards are finalized and vendor tooling matures, you’ll be ready to move &lt;strong>quickly&lt;/strong> and &lt;strong>securely&lt;/strong>.&lt;/p>
&lt;h2 id="conclusion--short-and-practical">Conclusion – Short and Practical
&lt;/h2>&lt;p>Quantum computers pose a real threat to today’s &lt;strong>public-key cryptography&lt;/strong>, but &lt;strong>post-quantum cryptography (PQC)&lt;/strong> offers a path forward. NIST has already standardized algorithms like &lt;strong>Kyber&lt;/strong>, &lt;strong>Dilithium&lt;/strong>, &lt;strong>FALCON&lt;/strong>, and &lt;strong>SPHINCS+&lt;/strong> to help secure communications against future quantum attacks.&lt;/p>
&lt;p>As Benjamin Lesieux, developer at Alice and Bob, notes:&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;We will have quantum computers powerful enough to break RSA or ECC by the end of the 2030s. It’s impossible to achieve zero risk. Lattice-based cryptography is considered safe, but we can never be certain it’s unbreakable. That’s why it’s crucial to keep following innovations and scientific publications.&amp;rdquo;&lt;/p>&lt;/blockquote>
&lt;p>The message is clear: &lt;strong>don’t wait&lt;/strong>. Start by &lt;strong>inventorying your cryptography&lt;/strong>, classify &lt;strong>long-lived data&lt;/strong>, build systems with &lt;strong>crypto agility&lt;/strong>, and test PQC options, ideally in &lt;strong>hybrid mode&lt;/strong>.&lt;br>
Think of current cryptography as a &lt;strong>padlock&lt;/strong> and quantum computers as a developing &lt;strong>master key&lt;/strong>. PQC is the &lt;strong>next-generation lock&lt;/strong> you’ll want in place before the threat arrives.&lt;/p>
&lt;h2 id="sources-and-further-reading">Sources and Further Reading
&lt;/h2>&lt;ol>
&lt;li>&lt;a class="link" href="https://www.nist.gov/news-events/news/2022/07/nist-announces-first-four-quantum-resistant-cryptographic-algorithms" target="_blank" rel="noopener"
>NIST – NIST Announces First Four Quantum-Resistant Cryptographic Algorithms (July 5, 2022)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://www.nist.gov/news-events/news/2024/08/nist-releases-first-3-finalized-post-quantum-encryption-standards" target="_blank" rel="noopener"
>NIST Releases First 3 Finalized Post-Quantum Encryption Standards (August 2024)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://csrc.nist.gov/projects/post-quantum-cryptography" target="_blank" rel="noopener"
>NIST PQC Overview and FAQs (CSRC)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://www.nist.gov/news-events/news/2024/08/announcing-approval-three-federal-information-processing-standards-fips" target="_blank" rel="noopener"
>NIST Announcements and FIPS Approvals (August 13, 2024)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://www.redhat.com/en/blog/post-quantum-cryptography-lattice-based-cryptography" target="_blank" rel="noopener"
>Intro to Lattice-Based Cryptography (Red Hat explainer)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://quantum.cloud.ibm.com/learning/fr/courses/quantum-safe-cryptography/quantum-safe-cryptography" target="_blank" rel="noopener"
>Quantum-Safe Cryptography – IBM Quantum Cloud Courses&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://csrc.nist.gov/news/2023/three-draft-fips-for-post-quantum-cryptography" target="_blank" rel="noopener"
>NIST – Comments Requested on Three Draft FIPS for Post-Quantum Cryptography (2023)&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://alice-bob.com/quantum-computing/" target="_blank" rel="noopener"
>Alice &amp;amp; Bob – Quantum Computing Insights&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://alice-bob.com/roadmap/#whitepaper-think-inside-the-box" target="_blank" rel="noopener"
>Alice &amp;amp; Bob – Roadmap Whitepaper&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://www.usherbrooke.ca/iq/fr/a-propos" target="_blank" rel="noopener"
>Quantum Institute, Université de Sherbrooke, Canada&lt;/a>&lt;/li>
&lt;/ol></description></item></channel></rss>