CertifiedData.io
Certificate Authority

Trust Center

CertifiedData acts as a certificate authority for AI artifacts. This page documents our cryptographic primitives, key management practices, public transparency surfaces, and how to independently verify everything we claim.

Cryptographic primitives

Deployed
Certificate signing algorithmEd25519 (RFC 8032)
Dataset fingerprintingSHA-256
Payload canonicalizationRFC 8785 JSON Canonicalization Scheme
Public key formatBase64-encoded Ed25519 public key
Signature encodingBase64 with ed25519: prefix

All cryptographic operations use audited standard-library implementations. No custom cryptography.

Key management

Deployed
Active keys published at/.well-known/signing-keys.json
Private key storageEncrypted at rest, never exposed via API
Key rotationPeriodic; immediate on suspected compromise
RevocationReflected in /api/verify and signing-keys endpoint

See the Signing Key Infrastructure doc for full lifecycle details.

Signing key docs →

Independent verification

No account required
Public verification endpointPOST /api/verify
Certificate retrievalGET /api/certificates/{certId}
Signed manifest downloadGET /api/certificates/{certId}/download
Local verificationsha256sum + openssl pkeyutl (no SDK needed)

Verification requires no account, API key, or trust in CertifiedData beyond the published public key.

Verification spec →

Public transparency

Live
Certificate log/transparency/certificates — all issued certificates
Dataset registry/transparency/datasets — all certified datasets
Decision logs/transparency/decisions — governance audit trail
Signing keys/.well-known/signing-keys.json — active public keys
Transparency hub →

Data handling

Platform policy
Input dataSchema definitions and sample data used only during generation; not retained for other purposes
Generated dataSynthetic — no real personal data
PII scanningAvailable via @certifieddata/pii-scan before generation
LogsAudit logs retained per plan tier; configurable retention on Govern plan
PII scanner docs →

Responsible disclosure

Open

If you discover a security vulnerability in CertifiedData — including issues with certificate issuance, key management, or the verification pipeline — please report it to [email protected]. We aim to acknowledge reports within 48 hours.