Vault Intro
Vault Documentation
This section contains product documentation for TitaniumGuard Vault.
Architecture Baseline (Phase 1)
vault-core: portable security-sensitive logic shared by CLI, desktop, and mobile.vault-platforms: adapter traits for secure storage, biometrics, clipboard, clock, and paths.vault-sync: client-side sync model with explicit conflict outputs.vault-cli: command boundary over core APIs and policy-gated export behavior.
Security baseline:
- Canonical CBOR authenticated outer container.
- Argon2id KDF with serialized params.
- XChaCha20-Poly1305 record-level encryption with associated-data binding.
Scope
Use this docs area to publish:
- secret data model references
- sync policy and approval workflows
- migration guides
- incident response and recovery procedures