Seed Round: $0.25/FRAC — Listing at $1.00 (300% ROI) — Buy Now
Post-Quantum Cryptography

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

Digital Signatures

CRYSTALS-Dilithium

NIST Level 3

Lattice-based signatures. Used for all FractalAI transaction signing.

Key Encapsulation

CRYSTALS-Kyber

NIST Level 3

Lattice-based KEM. Used for encrypted communication between nodes.

Digital Signatures

SPHINCS+

NIST Level 5

Hash-based signatures. Stateless fallback for maximum security.

REST API

POST/v1/keys/generate
POST/v1/sign
POST/v1/verify
POST/v1/encrypt
POST/v1/decrypt
GET/v1/algorithms
GET/v1/health

Quick 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