Back to Home
FIPS 203/204/205NEW

Post-Quantum Cryptography API

NIST-standardized post-quantum algorithms via REST API. ML-KEM (Kyber), ML-DSA (Dilithium), SLH-DSA (SPHINCS+), and hybrid encryption — no cryptography expertise required.

Why post-quantum cryptography now?

⚠️

Harvest Now, Decrypt Later

Nation-state adversaries are collecting encrypted traffic today to decrypt once quantum computers arrive. RSA-2048 encrypted today may be readable in 5–10 years.

NIST Finalized Standards

NIST published FIPS 203, 204, and 205 in August 2024. The algorithms are final — there is no reason to wait before starting migration.

⏱️

Migration Takes Time

Cryptographic migrations across codebases, dependencies, and protocols take years. Starting now gives you the runway to migrate safely.

Supported Algorithms

AlgorithmStandardTypeSecurity LevelPublic Key Size
ML-KEM-512FIPS 203KEM128-bit800 bytes
ML-KEM-768FIPS 203KEM192-bit1184 bytes
ML-KEM-1024FIPS 203KEM256-bit1568 bytes
ML-DSA-44FIPS 204Signature128-bit1312 bytes
ML-DSA-65FIPS 204Signature192-bit1952 bytes
ML-DSA-87FIPS 204Signature256-bit2592 bytes
SLH-DSA-SHA2-128sFIPS 205Signature128-bit64 bytes

API Endpoints

POST
/pqc/kem/generate

Generate KEM Key Pair

Generate an ML-KEM key pair (Kyber). Supports ML-KEM-512, ML-KEM-768, and ML-KEM-1024 per NIST FIPS 203.

POST
/pqc/kem/encapsulate

Encapsulate Shared Secret

Encapsulate a shared secret using a recipient's ML-KEM public key. Returns ciphertext and shared secret.

POST
/pqc/kem/decapsulate

Decapsulate Shared Secret

Recover the shared secret from a ciphertext using the ML-KEM private key.

POST
/pqc/sign

Sign Message

Sign a message using ML-DSA (CRYSTALS-Dilithium) or SLH-DSA (SPHINCS+). Returns a digital signature.

POST
/pqc/verify

Verify Signature

Verify a post-quantum digital signature against a message and public key.

POST
/pqc/hybrid/encrypt

Hybrid Encrypt

Combine ML-KEM key encapsulation with AES-256-GCM symmetric encryption for hybrid post-quantum encryption.

POST
/pqc/scan

Crypto Scanner

Analyze code for vulnerable classical cryptography (RSA, ECDSA, DH) and get migration recommendations.

Ready to add post-quantum security?

Free tier includes 1,500 requests/month. No credit card required.

Get Free API Key on RapidAPI