-
Notifications
You must be signed in to change notification settings - Fork 2
Glossary and Trust Terms
Alex Stoyanov edited this page Mar 2, 2026
·
1 revision
Use this page as the vocabulary source for operational and incident docs.
-
doc_id: document-set identifier used to keep related artifacts together. -
doc_hash: content hash used for integrity and consistency checks.
-
qr_document.pdf: primary QR scan source. -
recovery_document.pdf: fallback text + metadata source. -
shard-*-N-of-K.pdf: passphrase shard artifacts. -
signing-key-shard-*-N-of-K.pdf: signing-key shard artifacts.
-
--scan: parse QR content from images/PDF/directories. -
--fallback-file: parse labeled fallback text blocks. -
--payloads-file: parse QR payload text lines. -
--shard-*inputs: shard recovery material. -
--auth-*inputs: authentication material when required.
- Integrity: data was not corrupted or altered.
- Consistency: inputs belong to one coherent backup set.
- Identity: source/signer matches trusted expectations.
- Verified: internal cryptographic and structural checks passed.
- Authenticated mode: normal verification path with auth checks enabled.
- Rescue mode: explicit bypass (
--rescue-mode) when auth checks cannot be satisfied.
- Non-sharded: one passphrase path, lowest coordination cost.
- Passphrase-sharded: quorum required for passphrase recovery.
- Dual-sharded: quorum for passphrase and signing-key material.
- Sealed: confidentiality-focused mode with specific behavior constraints.