← Security & trust
Verify a Krux audit export.
Paste a Krux Compliance Audit Export bundle below to verify the Ed25519 signature and the activity-log chain integrity. Everything runs in your browser. The bundle bytes never leave this page.
Runs locally. Your bundle never leaves the browser.
What this checks
- The canonical-JSON SHA-256 of the bundle matches
signing.payload_sha256_hex. - The Ed25519 signature is valid for the bundle’s declared
signing.key_id(resolved against /trust/keys). - The activity log is a continuous hash-chain (every
prev_hashmatches the previous row’scurrent_hash). - The recorded
tip_hashmatches the last activity row.