FractalPQC
Quantum-resistant cryptography as a service. NIST-standardized algorithms available via Rust crate and REST API.
Why Post-Quantum?
Quantum computers will break RSA, ECDSA, and Ed25519 within the next decade. FractalPQC uses NIST-standardized lattice-based algorithms that remain secure against both classical and quantum attacks.
Quantum-Resistant
Based on lattice problems believed to be hard for quantum computers. NIST Level 3+ security.
Production-Ready
41+ tests passing. Used natively in FractalAI blockchain for all transaction signing and node encryption.
Easy Integration
Rust crate with simple API, or use the REST API from any language. Base64-encoded keys and signatures.
Supported Algorithms
CRYSTALS-Dilithium
NIST Level 3Lattice-based signatures. Used for all FractalAI transaction signing.
CRYSTALS-Kyber
NIST Level 3Lattice-based KEM. Used for encrypted communication between nodes.
SPHINCS+
NIST Level 5Hash-based signatures. Stateless fallback for maximum security.
REST API
/v1/keys/generate/v1/sign/v1/verify/v1/encrypt/v1/decrypt/v1/algorithms/v1/healthQuick Start
# Generate a Dilithium keypair
curl -X POST https://pqc-api.fractalai.net.co/v1/keys/generate \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"algorithm": "dilithium3"}'
# Sign a message
curl -X POST https://pqc-api.fractalai.net.co/v1/sign \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "SGVsbG8gV29ybGQ=",
"secret_key": "YOUR_SECRET_KEY_BASE64",
"algorithm": "dilithium3"
}'API Pricing
Free
$0
1,000 requests/month
- ✓ All algorithms
- ✓ Key generation
- ✓ Sign & verify
- ✓ Community support
Pro
LIVE$29/mo
50,000 requests/month
- ✓ Everything in Free
- ✓ Encrypt & decrypt
- ✓ Priority support
- ✓ SLA 99.9%
Enterprise
Custom
Unlimited
- ✓ Everything in Pro
- ✓ Dedicated instance
- ✓ Custom algorithms
- ✓ On-premise deployment
Secure Your Application Today
Start using quantum-resistant cryptography in minutes.
Already have a key? Go to Dashboard