QPKI
Deploy quantum-safe certificates today. Single binary, zero dependencies, NIST FIPS 203/204/205 compliant.
Prepare for the Quantum Era
NIST has finalized post-quantum standards. Governments target 2030 for migration.
The Deadline
NIST, NSA, and major governments target 2030 for post-quantum migration. RSA-2048 and ECC will be deprecated.
Harvest Now, Decrypt Later
Adversaries are already collecting encrypted data. When quantum computers arrive, they'll decrypt everything.
Standards Are Ready
NIST finalized FIPS 203, 204, 205 in 2024. The algorithms exist. The tools exist. Time to act.
One binary. Full PKI.
From root CA to OCSP responder — everything ships in a single CLI.
Built for the Quantum Era
Everything you need to deploy post-quantum PKI in production.
Post-Quantum Ready
Native support for NIST post-quantum algorithms. ML-DSA for signatures, ML-KEM for key encapsulation, SLH-DSA for hash-based signatures. Fully FIPS 203/204/205 compliant.
# Generate ML-DSA key pair
$ qpki key generate \
--algorithm ml-dsa-65 \
--out root-ca.key
✓ ML-DSA-65 key pair generated Hybrid Certificates
Dual-algorithm certificates combine classical with post-quantum algorithms. Backward compatible with existing infrastructure while quantum-safe.
# Issue hybrid certificate
$ qpki cert issue \
--profile hybrid-server \
--algorithm ml-dsa-65+ecdsa-p256 \
--cn "api.example.com"
✓ Hybrid certificate issued CLI-First
Single binary, zero dependencies. Script everything. Works in CI/CD pipelines, containers, and air-gapped environments. Install in seconds.
# One-line install
$ brew install qentriq/tap/qpki
# Or download binary
$ curl -sSL get.qpki.io | sh
✓ qpki v1.0 ready Battle-Tested
Cross-validated with OpenSSL and BouncyCastle. Standards-compliant X.509 certificates. Full RFC compliance for OCSP, TSA, CRL, and CMS.
3 Commands. 1 Post-Quantum CA.
From zero to quantum-safe certificates in under a minute.
Learn by Doing
QLAB is a hands-on learning journey through post-quantum cryptography. 11 labs from quantum threat awareness to crypto-agility and migration strategy.