RVault – A local TUI password manager
Rust TUI for local passwords, but KeePass and Bitwarden CLI already solve this.
Pass integration for Git, but git-credential-store and libsecret do this.
Linux/Unix developers using pass for password management
git-credential-libsecret · git-credential-store · pass
Rust TUI for local passwords, but KeePass and Bitwarden CLI already solve this.
Encrypted spreadsheet for secrets with per-cell masking—but 1Password and Bitwarden do this.
Secure Enclave-bound AWS credentials could replace access keys if it works.
Decoy Vault and PanicHold features add real spy-movie utility to local storage.
Feels like a practical riff on HIBP's k‑anonymity model — they add an Argon2 local prehash and a short SHA‑512 prefix to shift the threat model — which is interesting but not revolutionary. The repo already has a spec, threat model and a PowerShell client, yet there's no server reference and some details (their '4 chars = 32‑bit' claim, prefix-collision/load tradeoffs, rate-limiting and caching implications) need clearer operational analysis before you can trust it at scale.
Config sync via Git for Claude Code, but dotfiles already solve this generically.