99.99%
Uptime SLA
<50ms
Avg Latency
US-Based
Redundant DCs

Key Benefits

Instant Access

No hardware procurement. Get your API key and start in minutes.

Pay Per Use

No upfront costs or commitments. Pay only for operations used.

US-Based

Redundant US data centers with automatic failover. Federal-ready.

Hardware-Backed

Every operation runs on QUAC100 hardware accelerators.

US-Based Sovereign Infrastructure

QuantaCloud runs exclusively on US-based infrastructure with QUAC100 hardware acceleration. This is not a general-purpose cloud. It is a purpose-built PQC processing platform.

FeatureDescription
Geographic RedundancyMultiple US data center locations with automatic failover and load balancing. All operations stay within US borders for data sovereignty.
QUAC100-Powered BackendEvery API call is processed by physical QUAC100 accelerator cards. No software-only fallback means consistent hardware-grade performance.
Dedicated Enterprise OptionEnterprise tier gets isolated QUAC100 hardware with dedicated capacity. Private cloud and on-premises deployment available.

REST API Endpoints

Clean, intuitive endpoints for all post-quantum cryptographic operations. Full OpenAPI specification available.

MethodEndpointDescription
POST/v1/kem/keygenGenerate ML-KEM key pair (512/768/1024)
POST/v1/kem/encapsulateEncapsulate shared secret with public key
POST/v1/kem/decapsulateDecapsulate shared secret with private key
POST/v1/dsa/keygenGenerate ML-DSA signing key pair (44/65/87)
POST/v1/dsa/signSign message with private key
POST/v1/dsa/verifyVerify signature with public key

Quick Start: Python Example

import requests

API_KEY = "your-api-key"
BASE_URL = "https://api.dyber.org/v1"
headers = {
    "Authorization": f"Bearer {API_KEY}",
    "Content-Type": "application/json"
}

# Generate ML-KEM-768 key pair
response = requests.post(
    f"{BASE_URL}/kem/keygen",
    headers=headers,
    json={"algorithm": "ML-KEM-768"}
)

keys = response.json()
public_key = keys["public_key"]

# Encapsulate a shared secret
response = requests.post(
    f"{BASE_URL}/kem/encapsulate",
    headers=headers,
    json={"public_key": public_key}
)

result = response.json()
print("Shared secret established!")

SDK libraries available for Python, Node.js, Go, Rust, and cURL. See documentation for all examples.

Built For

AudienceDescription
Startups and SMBsGet enterprise-grade PQC without enterprise budgets. Start with the free tier and scale as you grow.
Dev and Test EnvironmentsDevelop against production-grade PQC APIs without deploying hardware to every development environment.
Global ApplicationsServe users worldwide with edge-distributed crypto operations. Low latency from any region.
Hybrid DeploymentsCombine on-prem QUAC100 hardware with cloud API for overflow, DR, and burst capacity.
SaaS ProvidersOffer quantum-safe security to your customers without managing cryptographic infrastructure.
Compliance ProjectsMeet CNSA 2.0 and PQC mandates quickly while planning longer-term hardware deployments.

Simple, Transparent Pricing

Pay per operation with volume discounts. No hidden fees, no surprises.

TierPriceIncludes
Developer Free 10,000 operations/month. All algorithms. Community support. No SLA.
Professional $0.001/op Unlimited operations. 99.9% uptime SLA. Priority support. Volume discounts.
Enterprise Custom Dedicated infrastructure. 99.99% uptime SLA. 24/7 dedicated support. Private cloud / on-prem option.

Enterprise Security

Built on the same security foundation as our hardware products. Every API call is processed by QUAC100 hardware accelerators in secure data centers.

FeatureDescription
End-to-End EncryptionTLS 1.3 with PQC hybrid key exchange for all API traffic
Zero Knowledge ArchitecturePrivate keys never leave your control. We only see public keys and ciphertexts.
Audit LoggingComplete audit trail for every operation, exportable for compliance
Hardware Root of TrustAll operations execute on QUAC100 with hardware-backed key storage

Compliance and Certifications

StandardStatus
SOC 2 Type IIIn Progress
ISO 27001Planned
FIPS 140-3 Hardware ValidationIn process (atsec)
GDPR Compliant ArchitectureCompliant
HIPAA BAA Available (Enterprise)Available
PCI-DSSRoadmap

Certification timelines subject to third-party validation processes. Contact us for current status.

Start building
quantum-safe
infrastructure.

Pilot program now accepting applications. Request evaluation hardware or talk to our engineering team.