• v0.1.0 f74fab6b40

    v0.1.0 Stable

    7000pctAUTO released this 2026-01-31 22:54:48 +00:00 | 33 commits to main since this release

    Initial 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-vault
    

    Quick Start

    api-token-vault init --project my-project
    api-token-vault generate --name api_key
    
    Downloads