Expand description
Encrypted credential vault using SQLite + AES-256-GCM.
§Key management
The vault key is loaded from (in order of priority):
CORTEX_VAULT_KEY_FILEenv → reads key from the file pathCORTEX_VAULT_KEYenv → uses the value directly (visible inps, not recommended)- Falls back to a machine-specific default (not suitable for production secrets)
Using CORTEX_VAULT_KEY_FILE is recommended because file paths are not
visible in the process list, unlike environment variable values.
Structs§
- Credential
Vault - Encrypted credential store backed by SQLite.