kagi-vault 0.1.2

Encrypted secrets and environment variable manager for teams — a secure, team-ready dotenv alternative with per-service isolation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod env_injector;
pub mod fs_store;
pub mod key_manager;
#[cfg(feature = "server")]
pub mod remote_client;
#[cfg(feature = "server")]
pub mod remote_envelope;
#[cfg(feature = "server")]
pub mod remote_local;
#[cfg(feature = "server")]
pub mod sqlite_remote;
pub mod xchacha_crypto;