Expand description
§Brain Credential Vault
Secure credential storage with OS keychain preferred and an AES-256-GCM encrypted-file fallback. Raw values are injected at execution time and never passed through BrainOS memory in plaintext form outside the vault call site.
Re-exports§
pub use backend::BackendKind;pub use backend::VaultBackend;pub use inject::CredentialMetadata;pub use inject::CredentialValue;pub use inject::InjectedCredential;pub use inject::InjectionShape;pub use vault::resolve_backend;pub use vault::BackendSelection;pub use vault::CredentialVault;pub use vault::DefaultVault;pub use vault::VaultConfig;pub use vault::VaultError;