Skip to main content

Module store

Module store 

Source
Expand description

High-level vault operations used by CLI commands.

VaultStore wraps the binary format layer and the crypto layer so that the rest of the application can work with simple method calls like store.set_secret("DB_URL", "postgres://...").

Structsยง

VaultStore
The main vault handle. Create one with VaultStore::create or VaultStore::open, then use its methods to manage secrets.