Skip to main content
QuantumGenie Book a demo
Browse all 14 categories 251

What is Post-Quantum Cryptography (PQC)?

Post-quantum cryptography uses software-based algorithms to protect key establishment and digital signatures from conventional and future quantum attacks.
DIRECT ANSWER

Post-quantum cryptography (PQC) is a class of cryptographic algorithms designed to resist attacks from both conventional computers and future cryptographically relevant quantum computers. In practice, PQC primarily addresses public-key functions—especially key establishment and digital signatures—that rely on integer factorization or discrete logarithms and would be vulnerable to quantum attacks. PQC is not quantum hardware: it is conventional mathematics implemented in software and can run on general-purpose computers. NIST finalized its first three principal PQC standards in 2024: FIPS 203 for ML-KEM key establishment, FIPS 204 for ML-DSA digital signatures, and FIPS 205 for SLH-DSA digital signatures.12345

KEY TAKEAWAYS
  • PQC is conventional cryptography intended to resist both classical and quantum attacks; it does not require a quantum computer or quantum communications hardware.
  • A cryptographically relevant quantum computer would threaten widely used public-key key-establishment and signature schemes based on factoring and discrete logarithms, including RSA, finite-field Diffie–Hellman, ECDH, ECDSA, and related elliptic-curve systems.
  • Symmetric cryptography and hash functions face a different, generally lower quantum risk; PQC migration discussions primarily concern asymmetric or public-key cryptography.
  • FIPS 203 specifies ML-KEM for key establishment; FIPS 204 specifies ML-DSA for lattice-based digital signatures; FIPS 205 specifies SLH-DSA for stateless hash-based digital signatures.
  • A standard is not the same thing as deployment. Migration requires inventory, prioritization, product and protocol updates, interoperability testing, and operational planning.
  • PQC and QKD are different: PQC uses conventional mathematics and software, while QKD uses quantum hardware and has distinct engineering and implementation considerations.
01

What does post-quantum cryptography mean?

Post-quantum cryptography, or PQC, refers to cryptographic algorithms designed to remain secure against attacks by both classical computers and quantum computers. The relevant adversary is not merely a machine that performs quantum computation in isolation: a cryptographically relevant quantum computer (CRQC) is a quantum computer with enough logical qubits to break traditional asymmetric cryptographic algorithms such as RSA or elliptic-curve cryptography within a practical timeframe. The cited evidence does not establish when such a computer will exist; it describes the risk as a future threat and notes that existing quantum computers are not large enough to threaten currently deployed algorithms.13

PQC is primarily a transition of public-key cryptography. It covers algorithms used to establish shared secrets and algorithms used to create and verify digital signatures. A key-establishment scheme enables parties to derive a shared secret, which can then support efficient confidential communication using symmetric-key cryptography. A digital signature supports authentication and detection of unauthorized modification, and can provide evidence that data was signed by the claimed signatory.67

02

Why is PQC needed?

Traditional public-key cryptography commonly relies on the presumed difficulty, for classical computers, of problems such as integer factorization and discrete logarithms over finite fields or elliptic curves. The cited evidence identifies key-establishment schemes and digital signatures based on these problems as being at risk if large-scale, cryptographically relevant quantum computers are realized. Examples include RSA, finite-field Diffie–Hellman, elliptic-curve Diffie–Hellman, RSA signatures, DSA, ECDSA, and EdDSA.234

The risk is not limited to data that will be transmitted after a CRQC appears. In a “harvest now, decrypt later” attack, an adversary can collect encrypted traffic or other protected data today and attempt decryption when quantum technology becomes capable of attacking the relevant key-establishment method. A related future-forgery concern applies to long-lived trust anchors and signatures: if a traditional signature can eventually be forged, an attacker might exploit a root of trust or signed object that remains accepted in the future.3

Migration takes time because algorithms must be integrated into products, services, protocols, and infrastructure; organizations must procure or update those components and test their operation. NIST’s November 2024 initial public draft on transition states that earlier cryptographic migrations took over a decade and that this more complex migration will likely take at least that long. The same draft says there were no existing CRQCs then threatening the cited security levels, but that the time needed to transition creates urgency.3

03

Which cryptographic functions are most affected?

The most significant concern is asymmetric, or public-key, cryptography. In public-key systems, separate keys support operations such as encryption and decryption or signing and verification. A CRQC would threaten widely deployed public-key key-establishment schemes and signature schemes whose security depends on factoring or discrete-logarithm assumptions. That includes RSA and finite-field Diffie–Hellman, as well as elliptic-curve key establishment and signatures such as ECDH and ECDSA. EdDSA is also identified in the cited transition material as vulnerable to the relevant quantum attack.234

Symmetric cryptography is affected differently. The cited engineering evidence describes the quantum threat to symmetric cryptography and hash functions as significantly lower than the threat to asymmetric cryptography. It associates the lower risk with Grover’s algorithm and notes that, where applicable, the impact can typically be mitigated by increasing key or digest lengths. This does not mean symmetric systems are automatically safe, nor does it mean that PQC replaces every block cipher, stream cipher, hash function, or message-authentication code. Rather, PQC usage generally denotes the public-key portion of a cryptographic design.1

53
High-level effect of a CRQC by cryptographic role
RoleExamples identified in the evidenceQuantum concernPQC implication
Public-key key establishmentRSA, finite-field Diffie–Hellman, ECDHHigh concern because factoring or discrete-logarithm assumptions are vulnerable to quantum attacksReplace or augment with quantum-resistant key-establishment schemes such as ML-KEM
Public-key digital signaturesRSA signatures, DSA, ECDSA, EdDSAHigh concern because traditional public-key signature assumptions are vulnerable to relevant quantum attacksAdopt quantum-resistant signature schemes such as ML-DSA or SLH-DSA
Symmetric encryptionSymmetric-key encryption used after a shared secret is establishedLower quantum risk than public-key cryptography; the evidence associates the concern with Grover’s algorithmAssess key sizes and system design; PQC does not mean replacing all symmetric cryptography
Hash functions and related symmetric primitivesCryptographic hashes, MACs, stream ciphers, block ciphersLower quantum vulnerability than asymmetric cryptography according to the cited engineering evidenceEvaluate individually rather than treating them as public-key PQC algorithms
23416
04

What are FIPS 203, FIPS 204, and FIPS 205?

NIST released its principal three PQC standards as Federal Information Processing Standards in August 2024. They specify one key-establishment standard and two digital-signature standards selected through a multiyear public standardization process. The standards define approved algorithms and their requirements; they do not, by themselves, complete an organization’s migration or determine every application-specific deployment choice.53

FIPS 203 is the Module-Lattice-Based Key-Encapsulation Mechanism Standard. It specifies ML-KEM, a key-encapsulation mechanism used for key establishment. A KEM enables parties to establish a shared secret; that secret can then be used for tasks suited to symmetric-key cryptography, such as efficient confidential communication. FIPS 203 therefore addresses the public-key step that establishes the symmetric session key, not the entire application’s symmetric encryption design.56

FIPS 204 is the Module-Lattice-Based Digital Signature Standard. It specifies ML-DSA, a lattice-based digital signature algorithm for applications requiring a digital signature. Digital signatures can be generated for stored or transmitted data, and verification is used to authenticate the signatory and detect unauthorized modification.7

FIPS 205 is the Stateless Hash-Based Digital Signature Standard. It specifies SLH-DSA, a stateless hash-based digital signature algorithm derived from the SPHINCS+ submission selected during NIST’s standardization process. Like FIPS 204, it addresses digital signatures rather than key establishment.2

05

How should organizations think about PQC migration?

Migration is an engineering and risk-management program, not a single algorithm switch. Organizations should inventory applications, systems, protocols, software, hardware, firmware, and infrastructure that use public-key cryptography. They should then prioritize based on the sensitivity and required lifetime of data, exposure to collection or forgery, operational dependencies, and the availability of support in relevant products and standards. NIST’s transition material specifically expects priority for migrating to quantum-resistant key-establishment schemes to address harvest-now-decrypt-later risk, particularly in interactive protocols such as TLS and IKE.53

A migration can involve a direct replacement, a staged transition, or a hybrid construction. In the cited terminology, schemes that combine post-quantum and traditional algorithms for key establishment or digital signatures are commonly called hybrids. A hybrid key exchange combines a traditional key exchange with a post-quantum key exchange into one construction. The term “hybrid” can also describe combinations of asymmetric and symmetric algorithms, so design documents should define the term precisely.8

NIST’s initial public draft on transition describes 2035 as a primary target for completing migration across U.S. federal systems under National Security Memorandum 10, while also emphasizing that application-specific guidance may specify earlier transitions and that risks, security needs, and adoption challenges differ by application. That federal target is not a universal deadline for every organization or system. The evidence also records that NIST expected to deprecate and ultimately remove quantum-vulnerable algorithms from its standards by 2035, with high-risk systems transitioning earlier, in the cited NIST PQC project material.3

06

How is PQC different from QKD and quantum cryptography?

PQC and quantum key distribution (QKD) solve related-looking problems in different ways. PQC uses conventional mathematical techniques and software and can run on general-purpose computers. QKD uses quantum hardware and quantum effects to generate or distribute keying material. QKD is therefore not a synonym for PQC, and adopting PQC does not require deploying a quantum communications system.

The cited NSA evidence cautions against treating QKD or quantum cryptography as automatically guaranteed by the laws of physics. It describes QKD as a partial solution and says that its security is highly implementation-dependent. This distinction is important when comparing technologies: PQC is a cryptographic algorithm approach intended for integration into existing computing and communications environments, while QKD has different physical, engineering, and operational requirements.

07

Important qualifications

“Quantum-resistant” describes the intended security objective against known classical and quantum attack models; it is not a promise of unconditional security. The cited standards and guidance use qualified language such as “intended” and “believed to be secure” in relevant contexts, and the engineering guidance remains subject to evolving standards and research. Implementations can also introduce weaknesses independently of the underlying algorithm, so conformance, secure implementation, key management, protocol integration, and operational controls remain important.

PQC also does not eliminate the need for cryptographic agility. Because systems may need to accommodate evolving standards, products, parameters, and application-specific requirements, organizations benefit from being able to identify and change cryptographic algorithms without redesigning every dependent system. The cited evidence describes crypto agility as an operational mechanism for changing cryptographic algorithms while preserving security and ongoing operations, but it does not prescribe one universal architecture.

08

Conclusion

Post-quantum cryptography is conventional, software-based public-key cryptography designed to withstand both classical and quantum attacks. Its immediate scope is chiefly key establishment and digital signatures threatened by a future CRQC, while symmetric cryptography faces a different and generally lower quantum risk. NIST’s finalized 2024 standards provide concrete foundations: FIPS 203 specifies ML-KEM, FIPS 204 specifies ML-DSA, and FIPS 205 specifies SLH-DSA. Using those standards still requires a separate migration program that inventories dependencies, prioritizes long-lived and exposed data, evaluates deployment and hybrid options, and tests real systems. PQC should also be kept distinct from QKD, which relies on quantum hardware and has different implementation considerations.12345

COMMON QUESTIONS

Frequently asked questions

Does PQC require a quantum computer?

No. PQC is based on conventional mathematics and software and can run on general-purpose computers. It is designed to resist attacks from both classical and quantum computers.1

Does PQC replace symmetric encryption?

Not generally. PQC primarily refers to public-key cryptography, especially key establishment and digital signatures. Symmetric cryptography and hash functions face a lower quantum risk than public-key cryptography according to the cited engineering evidence, although each system still requires appropriate assessment.1

What is the difference between ML-KEM, ML-DSA, and SLH-DSA?

ML-KEM, specified by FIPS 203, is a key-encapsulation mechanism for key establishment. ML-DSA, specified by FIPS 204, is a module-lattice-based digital signature algorithm. SLH-DSA, specified by FIPS 205, is a stateless hash-based digital signature algorithm.5672

Is QKD another name for PQC?

No. PQC uses conventional mathematics and software. QKD uses quantum hardware and quantum effects to generate or distribute keying material, and its security is described in the cited evidence as highly implementation-dependent.

When should an organization begin migrating?

The cited NIST material recommends beginning migration now because integration can take many years and encrypted data may be collected before a future quantum computer can decrypt it. The appropriate sequence and timing vary by application, data lifetime, risk, standards support, and deployment constraints; the evidence does not establish a universal quantum-computer date.3

REFERENCES

Sources

  1. 1
    Post-Quantum Cryptography for Engineers

    Internet Engineering Task Force · informational · RFC 9958

    Accessed July 24, 2026
  2. 2
    Stateless Hash-Based Digital Signature Standard

    National Institute of Standards and Technology · final · FIPS 205

    Accessed July 24, 2026
  3. 3
    Transition to Post-Quantum Cryptography Standards

    National Institute of Standards and Technology · initial public draft · NIST IR 8547 IPD

    Accessed July 24, 2026
  4. 4
    Quantum-Safe Cryptography: Deployment Considerations for Hybrid Schemes

    European Telecommunications Standards Institute · final · ETSI TR 103 966 V1.1.1

    Accessed July 24, 2026
  5. 5
    Post-Quantum Cryptography Standardization Project

    National Institute of Standards and Technology · current · NIST PQC project

    Accessed July 24, 2026
  6. 6
    Recommendations for Key-Encapsulation Mechanisms

    National Institute of Standards and Technology · final · NIST SP 800-227

    Accessed July 24, 2026
  7. 7
    Module-Lattice-Based Digital Signature Standard

    National Institute of Standards and Technology · final · FIPS 204

    Accessed July 24, 2026
  8. 8
    Terminology for Post-Quantum Traditional Hybrid Schemes

    Internet Engineering Task Force · informational · RFC 9794

    Accessed July 24, 2026