Client‑side, by default
Encrypt at the edge before data touches your servers. Rotate and shard keys automatically with policy‑driven KMS.
Ship products that deserve trust: client‑side encryption, MPC wallets, ZK‑proofs, and audit logs that keep security on your side of the boundary. Fast SDKs. Clean APIs. No excuses.
Client‑first primitives, audited implementations, and batteries‑included tooling for the parts most teams get wrong: key lifecycle, attestation, and provable logs.
Encrypt at the edge before data touches your servers. Rotate and shard keys automatically with policy‑driven KMS.
Threshold signatures with HSM or secure enclave splits. No single device or vendor can sign alone.
Prove facts without revealing secrets. Pluggable circuits for AML, KYC‑less access, and privacy‑preserving analytics.
Transparent append‑only logs with Merkle proofs. Verify every key touch and policy evaluation.
// npm i @cyphernova/sdk
import { createClient } from '@cyphernova/sdk'
const client = createClient({
workspace: 'acme-labs',
attest: true, // remote attestation (TEE/HSM)
pqc: true // hybrid X25519 + Kyber
})
const { keyId } = await client.keys.rotate({ policy: 'edge-default' })
const encrypted = await client.crypto.encrypt({
keyId,
data: JSON.stringify({ ssn: '***-**-6789' }),
aad: 'order#15821',
})
await client.zk.prove({
circuit: 'age-over-18',
witness: { age: 27 }
})
Designed for defense in depth: hybrid post‑quantum key exchange, remote attestation, configurable HSM backends, and verifiable logs. Note: placeholder copy — update to match your real posture and certifications.
X25519 + Kyber (configurable). Keys are rotated and sharded by policy.
TEEs or HSMs with policy‑gated operations and tamper‑evident logs.
AWS KMS, GCP KMS, and on‑premise modules. Bring your own vault.
GDPR‑aware defaults. SOC2/FIPS status: example text.
Start free in the console, or browse the SDK docs. No credit card required.
Transparent tiers. Predictable overages. Enterprise support available.
Free • 1M operations / month • Community support
$199 / month • 100M operations • Email support
Custom • Dedicated KMS, SLAs, Private regions
HSM, BYOK, on‑prem agents, audit exports, hands‑on help