-
v0.1.0 Stable
released this
2026-01-31 22:54:48 +00:00 | 33 commits to main since this releaseInitial release of api-token-vault.
A Rust CLI tool that generates cryptographically secure API tokens, stores them in an encrypted local vault, rotates them on configurable schedules, and injects them into .env files.
Features
- Secure Token Generation using libsodium
- Encrypted Vault Storage with Argon2id key derivation
- Auto-Rotation Schedules
- .env File Injection
- Multi-Project Isolation
Installation
cargo install api-token-vaultQuick Start
api-token-vault init --project my-project api-token-vault generate --name api_keyDownloads