Audit
The record of authority is an append-only JSON Lines ledger. Each event is chained to the previous one with a SHA-256 hash, so rewriting, deleting, or reordering records is detectable.
These are two separate claims. Ledger chain integrity means the ledger is internally consistent with its own hashes — it does NOT by itself prove the history was never fully rewritten. A signed checkpoint means a specific ledger head was attested to, at a specific time, by a specific key — held independently of this ledger file.
Ledger integrity
- Ledger integrity
- Intact — the hash chain recomputes correctly.
- Last verified
- 2026-09-11T16:28:37.476Z
- Recorded events
- 10
- Head hash
- eb27a2b7a557465b1301e7225052d03b6fc1550caa7b9ea943e5e90835427e95
Verification method
For each event, hash = SHA-256( previous hash + canonical JSON of the event without its hash field ). Verification recomputes the whole chain from the genesis hash. No blockchain is involved.
Signed checkpoint
An Ed25519 signature over the ledger head, canonicalized with RFC 8785 (JCS), published as an ordinary file independent of this server. A checkpoint that predates the current head is normal — new events since a checkpoint are not a forgery signal by themselves.
Not available