πŸ” Post-Quantum Cryptography Demonstration

Powered by ML-DSA-87 & OpenSSL 3.5.0

βœ… ACTIVE

🎯 About This Experiment

This subdomain (pqc.pqcrypta.com) demonstrates pure post-quantum cryptography in action. Unlike traditional TLS which uses RSA or ECDSA, this site uses ML-DSA-87 (Module-Lattice Digital Signature Algorithm) for certificate signaturesβ€”a NIST-standardized quantum-resistant algorithm.

Certificate Signature ML-DSA-87 (NIST Post-Quantum Standard)
Key Exchange ML-KEM-1024 Capable (Hybrid Mode)
Encryption AES-256-GCM
Security Level NIST Level 5 (Highest)

πŸ“₯ Download Root Certificate

To trust this PQC connection in your browser, download and install the root certificate:

Installation Instructions:

  1. Chrome (Windows/Linux): Settings β†’ Privacy and security β†’ Security β†’ Manage device certificates β†’ Trusted Root Certification Authorities β†’ Import β†’ Select the downloaded file β†’ Place in "Trusted Root Certification Authorities" store
  2. Chrome (macOS): Double-click downloaded certificate β†’ Keychain Access opens β†’ Select "System" keychain β†’ Click "Add" β†’ Double-click the certificate β†’ Expand "Trust" β†’ Set "When using this certificate" to "Always Trust"
  3. Edge (Windows): Settings β†’ Privacy, search, and services β†’ Security β†’ Manage certificates β†’ Trusted Root Certification Authorities β†’ Import
  4. Firefox: Settings β†’ Privacy & Security β†’ Security β†’ Certificates β†’ View Certificates β†’ Authorities tab β†’ Import β†’ Trust for websites β†’ OK
  5. Safari (macOS): Same as Chrome macOS - uses Keychain Access
  6. Linux: sudo cp root-ca.crt /usr/local/share/ca-certificates/pqcrypta-root.crt && sudo update-ca-certificates

Note: You may need to restart your browser after installing the certificate.

πŸ“œ Certificate Details

Subject CN=pqc.pqcrypta.com, O=PQ Crypta
Issuer CN=PQ Crypta Intermediate CA
Valid From 2025-11-14
Valid Until 2025-11-14

πŸš€ Live PQC Encryption Demonstration

Test the PQ Crypta API with real post-quantum encryption:

πŸ”¬ Technical Stack

Web Server nginx 1.28.0 with HTTP/3
SSL Library OpenSSL 3.5.0 + OQS Provider 0.9.0
PQC Library liboqs (latest) - Open Quantum Safe
Algorithms ML-DSA-87, ML-KEM-1024, SLH-DSA

πŸ’‘ Why Post-Quantum Cryptography Matters

Quantum computers threaten current encryption methods. RSA and ECDSA can be broken by Shor's algorithm on a sufficiently powerful quantum computer. Post-quantum cryptography uses mathematical problems that remain hard even for quantum computers:

This site proves that quantum-resistant TLS is not just theoreticalβ€”it works today, providing protection against future quantum threats.