How it works
How are records made tamper-proof?
Every record is signed the moment it is made and linked to the one before it, like links in a chain. One click checks the whole chain, so any record can show who created it, who changed it, and when.
Signed and chained · one click verifies the whole history
Each record saves who did it, what changed, and when. Each one locks to the record before it, so the history forms an unbroken chain.
Checking the chain takes one click and confirms that nothing was inserted, removed, or altered. If a record is replaced, the old version is kept and can be brought back.
The seals use strong cryptography meant to hold up for decades, so a record sealed today is still provable far in the future.
What a seal is, in plain words
When a record is made, the system takes its exact contents and computes a fingerprint of them. Change a single character anywhere in the record and the fingerprint comes out completely different. That is the first half.
The second half is a signature over that fingerprint, made with a key your government holds. Anyone can check the signature. Only the holder of the key could have produced it. Together they answer two questions at once: these are the contents, and this is who sealed them.
Then each new record carries the fingerprint of the record before it. That is what turns a pile of sealed records into a chain, and it is why a record cannot be quietly removed from the middle of your history. Removing it breaks the link, visibly, at a named point.
- The contents get a fingerprintA one-way computation over the exact contents of the record. Any change at all produces a different fingerprint.
- The fingerprint gets signedSigned with a key your government holds, so the seal proves both what the record says and who sealed it.
- The record links to the one before itEach record carries its predecessor's fingerprint, so the history is a chain rather than a pile.
- Anyone can check the whole thingRecompute the fingerprints, verify the signatures, and walk the links. If anything was altered, inserted, or removed, the check names the exact record where it happened.
Built to still be provable in thirty years
Government records outlive technology. A guardianship record, an enrollment decision, or a council resolution may need to be shown in twenty or thirty years, long after every machine that touched it has been retired.
That is why records are sealed with cryptography chosen to withstand the kind of computers that do not exist yet. The concern is not hypothetical: information captured today can be stored and attacked later. A seal that is strong only against today's machines is a seal with an expiry date nobody wrote down.
There is a matching rule in how verification behaves. If a record carries one of these stronger seals and the software checking it cannot evaluate that seal, it refuses rather than passing. A check that could not be completed is never reported as clean.
The design rule is simple to state and hard to fake: a verification that cannot be completed must fail, never pass. Software that shrugs and says it looks fine is not proving anything.
Proof that does not require trusting the software
The strongest property of the whole design is that your government does not have to trust us to believe its own records. The sealed history can be exported and checked by an independent tool, on a machine that has never run our software, and that tool reaches its own conclusion.
This is what makes the record evidence rather than a report. Anyone can confirm it. Nobody has to take a vendor's word, including yours.
Sealed records, from each seat
Tribal IT
Verification you can run yourself.
Export the chain, check it with an independent tool offline, and get a definite answer: sound, or broken at exactly this record. No vendor in the loop.
Council
The tribe can prove its own history.
Every act of the government is sealed as it happens and can be demonstrated later. When the record is questioned, you show rather than assert.
Staff
Your work cannot be quietly rewritten.
What you did stays attributed to you, and what someone else changed stays attributed to them. That protects you as much as it protects the record.
Questions tribes ask about sealed records
- Can an administrator edit the history?
- They can add a correction, and that correction is sealed and attributed to them like any other action. What nobody can do, at any level of access, is change a sealed record without the chain showing it.
- What if we need to fix a genuine error?
- You correct it. The correction is a new sealed record, the previous version is kept and remains readable, and the history shows both. Nothing is quietly replaced, which is the whole point.
- Does this prove when something happened to an outside party?
- It proves the order of events and that nothing was altered, sealed against keys your government holds. If a matter ever requires an independent time attestation from a third party, that is a further step and we will tell you plainly rather than imply the chain already does it.
- Event
- Record edited
- By
- the clerk
- When
- 2026-07-12 · 09:31
- Chain
- seq 042 to 043
Every change is signed and saved for good. If someone edits a record, it shows exactly who did it and when.