Erase Engines
Modular execution layer for multiple secure destruction strategies.
Cryptographic Erasure Platform
ZeroTrace is a cryptographic erasure platform that transforms storage devices into verifiable, auditable, and irrecoverable states.
Platform Overview
Modular execution layer for multiple secure destruction strategies.
Generates signed, audit-ready proof artifacts after every operation.
Tracks state transitions with verifiable hashing and attestation metadata.
Tamper-evident operation logs for independent verification workflows.
Extend the platform with custom engines and enterprise integrations.
Scriptable interfaces for fleet-scale erasure and compliance pipelines.
Core Engine
IPAX (In-Place Authenticated XChaCha20) transforms storage using authenticated cryptographic state transitions.
Modular Design
ZeroTrace supports modular erase engines:
Certificate Layer
ZeroTrace generates signed JSON certificates containing:
Signed JSON Certificate
Workflow
CLI
./zerotrace erase --device test.img --engine ipax
./zerotrace sign \
--cert zerotrace_cert.json \
--key zt_priv.pem
./zerotrace verify \
--cert zerotrace_cert.json \
--key zt_pub.pem
Use Cases
Security Model
ZeroTrace binds erase execution to cryptographic state transitions, then signs the resulting certificate with ED25519. Independent verifiers can recompute state hashes, validate chain integrity, and confirm tamper-evident proof without trusting runtime logs alone.