Records Vault is not Recovery Vault. They share a word and nothing else.
Recovery Vault protects your keys (threshold key recovery — “what if I lose the key?”).
Records Vault preserves your records as evidence (timestamping, access logging, legal holds —
“can I prove when this existed, who read it, and freeze it for litigation?”). See the
side-by-side below — most teams run both.
What it is
Records Vault is the regulated-records preservation layer for health and legal — one product, both verticals, sold as a single on-prem bundle. It takes the Verifiable Archive (post-quantum, tamper-evident, offline-verifiable document evidence) and adds the three things a true records-preservation system needs beyond write-integrity:- Independent proof of when — RFC-3161 trusted timestamps from a third-party authority.
- Proof of who read it — a signed, tamper-evident read-access audit log.
- Defensible preservation — legal / e-discovery holds that override routine disposal.
RFC-3161 trusted timestamps
Bind each record’s hash to an independent authority’s clock, so you can prove it existed no later
than that instant — without trusting your own server’s time. Air-gapped? The same flow records the
message imprint in a signed chain with no external call.
Read-access audit log
Every retrieval is sealed as a signed
granted / denied access event — who, which record, why —
in a tamper-evident chain. Closes the “no read log” gap that write-integrity alone leaves open
(HIPAA §164.312(b)).Legal & e-discovery holds
Place a litigation hold on a matter — by subject, date range, or content type — and held records
cannot be disposed of even after their retention window elapses. Release is itself blocked until the
preservation window passes.
Offline-verifiable, post-quantum
Timestamps, access log, and holds are each a Falcon-1024-signed, SHA-256-linked chain over
ML-KEM-1024-sealed records. One published public key verifies the archive and every evidence
stream — no service, no secret.
What you get
- Proof of existence-by-a-date you don’t have to vouch for. An RFC-3161 token from a third-party Time-Stamping Authority binds the record’s hash to that authority’s time. The token is stored verbatim for independent verification; the vault additionally proves, offline, that the token’s message imprint is exactly this record’s hash.
- A read trail regulators ask for. Write-integrity proves a record wasn’t altered; it says nothing about who read it. Records Vault logs every retrieve — principal, record, granted or denied, reason — as signed evidence, exportable as JSON-lines for your SIEM / GRC (a HIPAA access report).
- Holds that actually hold. A matter hold overrides the retention schedule: a held record is never disposable, and the hold can’t be released until its preservation floor elapses — the litigation-hold pattern, recorded as tamper-evident evidence rather than a database flag.
- Air-gap preserved. Timestamping degrades to a signed air-gap record with no external call; the vault works fully offline. The TSA is optional, exactly as S3/Object-Lock is on the base archive.
- One bundle, two verticals. Health and legal buy the same code, differing only in config presets (retention tables, consent terms). No fork.
The three preservation features
| Feature | What it proves | Regulatory anchor |
|---|---|---|
| Trusted timestamping (RFC-3161) | This record existed no later than an independent authority’s clock — not just your server’s. | eIDAS qualified timestamps; long-horizon proof-of-existence |
| Read-access audit log | Exactly who retrieved which record, when, and whether it was allowed — tamper-evidently. | HIPAA §164.312(b) audit controls |
| Legal / e-discovery hold | These records are frozen for a matter and cannot be disposed of, with a provable set/release trail. | Litigation-hold / spoliation duties; overrides GDPR Art 5(1)(e) routine erasure |
How it works
| Step | What happens |
|---|---|
| Notarize | Archive the record (encrypted, signed) as usual — then timestamp the receipt: a TSA token (or air-gap record) lands in the parallel tsa/ chain. |
| Retrieve | Reading a record appends a signed access event to the access/ chain before the bytes are returned (or the denial is sealed and re-raised). |
| Hold | A matter hold is appended to the holds/ chain; is_held() then overrides retention so held records survive disposal sweeps. |
| Verify | Re-run signature + hash-link checks over the archive and all three evidence chains — offline, from the public key, with no service running. |
Verify it yourself
Don’t take our word for it. A Records Vault deployment emits a self-contained evidence pack — the signed chains, the public key, and a standalone verifier — that a sceptical third party (your security team, an auditor, opposing counsel) can check offline, with no AlgoVoi software. The entire trust base is two public libraries.Install the two public dependencies
denied to granted — and verification
fails at exactly that entry:
Records Vault vs Recovery Vault
Both are post-quantum, both build on the Verifiable Archive, both ship as client-deployed appliances — and they solve opposite problems. You’ll often want both.| Records Vault | Recovery Vault | |
|---|---|---|
| Protects | Your records (the documents/evidence) | Your keys (the secrets that sign/decrypt) |
| Core question | ”Can I prove when this existed, who read it, and freeze it for a matter?" | "What if I lose the key that decrypts everything?” |
| What it adds | RFC-3161 timestamps · read-access log · legal holds | Shamir k-of-n threshold key split + recovery |
| Primary buyers | Health & legal records teams, compliance, counsel | Anyone holding archive/signing keys they can’t lose |
| Failure it prevents | Unprovable dates · unlogged access · spoliation / wrongful disposal | Permanent data loss · loss of signing identity |
| Price | Commercial bundle (perpetual) | Free for every Substrate 2 customer |
Honest non-claims
We are specific about what this is and isn’t — it’s an evidence layer, not a compliance certification.- Not a DMS. No search, versioned editing, workflow, viewer, or folders.
- Evidence, not certification. It supports HIPAA / GDPR / eIDAS evidence; certification remains the buyer’s and their counsel’s. No “HIPAA BAA / eIDAS-qualified” claim without a separate legal track.
- Tamper-evident, not hard-WORM — except where you enable S3 Object-Lock (Compliance mode), in which case we say so.
- Air-gap preserved. The TSA and S3/Object-Lock stay optional; the vault works fully offline. No managed SaaS, no key escrow beyond the existing opt-in Recovery Vault.
Who it’s for
- Healthcare — long-lived immutable patient records with a provable read-access trail (HIPAA §164.312(b)), retention overrides for active matters, and air-gapped on-prem deployment.
- Legal, IP & contracts — proof a document existed on a date (RFC-3161), litigation holds by matter, and a chain of evidence opposing counsel can verify independently.
- Any regulated team that must preserve records and prove the preservation — to an auditor or a court — without trusting the storage vendor or the server clock.
Get Records Vault
Records Vault is a commercial on-prem bundle — it includes the Verifiable Archive, the S3 backend, and the Archive Auditor, plus the preservation layer above. One licence token installs the whole stack; runtime licensing is fail-closed per package. Health and legal editions are the same code with different config presets.Buy Records Vault — $18,000 perpetual
Perpetual, self-hosted, paid in USDC. One token installs Verifiable Archive + S3 + Archive Auditor
- the preservation layer (RFC-3161 timestamping, read-access log, legal holds). The store issues your
licence key + install command; set
ALGOVOI_LICENSE_KEYto run. Enterprise / OEM: email us.