PricingDemo
Log InGet API Key
Security

Why Your KMS Isn't Post-Quantum

|Eric Beans, CEO|14 min read

Your key management system is probably the most critical piece of security infrastructure in your organization. It generates keys that encrypt data, signs certificates that authenticate services, and manages secrets that protect sensitive operations. If it is like most enterprise KMS deployments, it is built entirely on cryptographic algorithms that a quantum computer will break.

This is not a future problem. The harvest-now-decrypt-later attack means adversaries collecting encrypted traffic today will decrypt it once quantum computers reach sufficient scale. Every key exchange with ECDH, every signature with RSA or ECDSA, every certificate with classical algorithms is a growing liability.

What Your KMS Actually Uses

Whether you use AWS KMS, Azure Key Vault, Google Cloud KMS, HashiCorp Vault, or on-premises HSMs, the algorithms are remarkably similar. Key exchange uses ECDH over P-256 or RSA-OAEP, both broken by Shor's algorithm. Digital signatures use RSA-2048 or ECDSA, also quantum-vulnerable. Symmetric encryption uses AES-256, believed quantum-safe but useless if the key exchange protecting it is broken. Key derivation uses HKDF with SHA-256, quantum-resistant but dependent on the input key material security.

The pattern: symmetric primitives are generally quantum-safe, but the asymmetric primitives that protect everything are vulnerable. Compromise the asymmetric layer and the symmetric layer's security is irrelevant.

The Cloud KMS Gap

Cloud providers are adding PQ support but coverage is uneven and incomplete. AWS KMS has ML-KEM in preview without ML-DSA, SLH-DSA, or FALCON support. Azure Key Vault has basic ML-KEM in certain regions. Google Cloud KMS has ML-KEM and ML-DSA in preview but internal service integration still uses classical algorithms. On-premises HSMs from major vendors are adding PQ through firmware updates, but upgrade paths are complex and disruptive.

The gap extends beyond algorithms to key management workflows. Three-family key rotation requires coordinating three independent key pair generations atomically. Key backup must handle artifacts 10x to 100x larger than classical keys. Access policies must account for different security levels and performance characteristics across PQ algorithms. None of the major providers fully address these operational requirements today.

The Harvest-Now-Decrypt-Later Urgency

The common objection is that quantum computers are years away. This misunderstands the threat model. The relevant question is not when quantum computers arrive but how long data needs to remain confidential. Data requiring 10 years of confidentiality with quantum computers arriving in 15 years means you are already behind on migration. Every ECDH key exchange creates a shared secret recoverable from captured traffic. Every RSA certificate can be forged retroactively.

What a Post-Quantum KMS Requires

Algorithm diversity across multiple mathematical families, not just swapping ECDSA for ML-DSA. Key size management for artifacts dramatically larger than classical keys. Hybrid mode supporting classical and PQ algorithms simultaneously during transition. Attestation integration with H33-74 for verifiable key lifecycle events. And performance at scale despite increased per-operation costs of PQ algorithms through batching and hardware optimization.

The Migration Path

Phase one: inventory all algorithms and assess data confidentiality timelines. Phase two: deploy PQ alongside classical in hybrid mode. Phase three: add H33-74 attestation to key events. Phase four: deprecate classical through standard rotation after downstream migration completes. Organizations starting now will be prepared. Those that wait will scramble knowing historical data may be compromised.

The Hidden Dependencies

Beyond the primary KMS algorithms, enterprises face quantum vulnerability in unexpected places. TLS certificates signed by the KMS use classical algorithms for the certificate chain, even if the leaf certificate uses PQ algorithms. Internal service mesh authentication (mTLS) relies on classical certificate validation. JWT tokens signed by the KMS use RSA or ECDSA signatures that a quantum adversary could forge. API gateway authentication, database encryption key wrapping, secrets management, and container image signing all typically use classical algorithms that flow through or depend on the KMS.

These hidden dependencies mean that upgrading the KMS alone is insufficient. The PQ migration must trace every cryptographic operation back to its key material source and ensure that the entire chain, from KMS to end-use, uses quantum-resistant algorithms. This requires a comprehensive cryptographic inventory that most organizations have never performed because it was never necessary when all algorithms were classical and interchangeable from a security perspective.

The HSM Firmware Problem

On-premises HSM deployments face a particularly acute challenge. HSM firmware updates are high-risk operations that require careful planning, testing, and often physical access to the hardware. Many organizations defer firmware updates for years, running versions that predate PQ algorithm support entirely. The upgrade path for major HSM vendors typically involves: ordering the firmware license and media, scheduling a maintenance window, performing the upgrade on a test HSM, validating all key operations against the new firmware, performing the upgrade on production HSMs, and re-testing all dependent systems.

For organizations with HSM clusters spanning multiple data centers, this process can take months. During the transition, some HSMs run new firmware while others run old firmware, creating a heterogeneous environment where PQ operations are available on some nodes but not others. The key management layer must handle this gracefully, routing PQ operations to upgraded nodes while maintaining backward compatibility for nodes still running classical firmware.

Cost of Delay

Every day without PQ key management is a day of accumulated quantum risk. The encrypted traffic captured today joins the stockpile that quantum adversaries will eventually process. The certificates issued today with classical signatures will need to be re-issued when PQ algorithms are mandated. The audit trails signed today with RSA or ECDSA will lack post-quantum non-repudiation when regulators begin requiring it.

The cost of migration increases with delay. More data accumulates under vulnerable encryption. More certificates must be reissued. More systems must be upgraded simultaneously rather than incrementally. The organizations that migrate first can do so at their own pace, testing each component thoroughly. The organizations that migrate last will do so under regulatory deadline pressure with less time for testing and validation.

H33's approach reduces migration friction by providing a unified PQ key management API that works alongside existing KMS infrastructure. You do not need to rip and replace your current KMS. You add H33 as a PQ layer that handles the algorithms your current KMS does not support, coordinating three-family key bundles and providing H33-74 attestation for every key lifecycle event. As your primary KMS adds PQ support, the H33 layer can be gradually reduced to the three-family orchestration and attestation functions that no single-algorithm KMS provides natively.

Certificate Chain Vulnerability

Certificate chains present a particularly insidious quantum vulnerability because they create cascading trust dependencies. Your leaf certificate might use ML-DSA, but if the intermediate CA certificate uses ECDSA, a quantum adversary can forge a new intermediate certificate, then issue a fraudulent leaf certificate that appears legitimate. The chain is only as strong as its weakest link, and in most current deployments, every link uses quantum-vulnerable algorithms.

Migrating certificate chains to post-quantum algorithms requires coordinating across organizational boundaries. Your organization controls its leaf certificates, but the intermediate and root certificates are controlled by the CA. If the CA has not upgraded to PQ algorithms, you cannot achieve a fully quantum-resistant certificate chain regardless of what algorithms you use for your own certificates. This creates a dependency chain that extends beyond your organization's control.

H33-74 attestation provides a parallel trust anchor that is independent of the certificate chain. Even if the certificate chain is quantum-vulnerable, the H33-74 attestation on each key operation provides a separate, quantum-resistant verification path. This means that organizations can achieve post-quantum key management assurance through H33 even before their CA infrastructure completes its own PQ migration, which may take years given the complexity of global CA coordination.

Secrets Management and Vault Systems

Beyond traditional KMS, secrets management systems like HashiCorp Vault, AWS Secrets Manager, and Azure Key Vault present their own quantum vulnerabilities. These systems store database credentials, API keys, TLS private keys, and other sensitive material. The secrets are encrypted at rest (typically with AES-256, which is quantum-safe) but the encryption key that protects them is often derived through a key exchange protocol (ECDH or RSA) that is quantum-vulnerable.

The unseal process for vault systems is particularly critical. HashiCorp Vault uses Shamir's secret sharing to split the master key into shares, but the cryptographic operations underlying the share reconstruction use classical algorithms. An adversary who captures the encrypted vault data and the key share exchange traffic can potentially reconstruct the master key once quantum computers are available, gaining access to every secret stored in the vault.

H33 provides a post-quantum key wrapping service that can protect vault master keys and seal keys using lattice-based encryption. The wrapped keys are stored alongside the existing vault infrastructure, providing a quantum-resistant recovery path if the classical key derivation is compromised. This is a low-integration-cost addition that provides immediate quantum resistance for the most critical secrets in the enterprise.

The Compliance Timeline

Regulatory bodies are establishing concrete timelines for post-quantum migration. The NSA's CNSA 2.0 guidance requires federal systems to begin migrating to post-quantum algorithms by 2025 and complete migration by 2030 for national security systems and 2035 for other systems. NIST SP 800-131A is expected to deprecate RSA-2048 and ECDSA P-256 for new systems within the next few years, with full deprecation following several years later.

For financial institutions, the PCI DSS standard is evaluating post-quantum requirements for payment card security. The European Union's NIS2 directive requires critical infrastructure operators to implement quantum-resistant cryptography on a timeline that varies by sector but generally targets the late 2020s. These regulatory timelines create hard deadlines that organizations cannot negotiate or defer, making early migration planning essential rather than optional.

Organizations that wait for regulatory mandates before beginning migration will face compressed timelines, limited vendor availability, and competitive pressure to deploy quickly rather than carefully. The organizations that start now have the luxury of phased migration, thorough testing, and gradual rollout. The difference between proactive and reactive migration is often the difference between a smooth transition and a crisis response that introduces its own risks through hasty implementation.

Make Your Keys Quantum-Safe

H33 provides post-quantum key management with three-family attestation.

Get API Key Read the Docs
Verify It Yourself