Powered by ML-DSA-87 & OpenSSL 3.5.0
β ACTIVEThis 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.
To trust this PQC connection in your browser, download and install the root certificate:
sudo cp root-ca.crt /usr/local/share/ca-certificates/pqcrypta-root.crt && sudo update-ca-certificatesNote: You may need to restart your browser after installing the certificate.
Test the PQ Crypta API with real post-quantum encryption:
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.