Structs§
- Encrypted
Vault - Full vault structure (what gets persisted as JSON).
- Vault
- Vault
Metadata - Encrypted vault metadata (stored alongside the encrypted data).
- Vault
State - Decrypted vault state (in-memory only).
Enums§
Functions§
- default_
vault_ path - Return the default vault file path:
<data_dir>/hyper-agent/vault.json. - load_
vault_ from_ file - Load an
EncryptedVaultfrom the default file location. - load_
vault_ from_ keychain - Load the encrypted vault from the OS keychain (fallback).
- save_
vault_ to_ file - Persist an
EncryptedVaultto the default file location. - save_
vault_ to_ keychain - Store the encrypted vault JSON as a single keychain entry (fallback).