dec 2025
Veiled is a local-first, terminal-based password manager designed for security and simplicity.
It stores all secrets in an encrypted local vault and provides a fully keyboard-driven TUI experience.
There is no cloud sync, no background network access, and no hidden behavior passwords never leave the local machine.
The project focuses on minimal, auditable design and uses modern cryptographic primitives by default.
Highlights
- Local-only encrypted vault
- Fully keyboard-driven terminal UI
- Master password protection
- Temporary password reveal & clipboard copy
- Explicit memory zeroization
- No cloud, no sync, no network access
Tech Stack
- Rust
- Ratatui (TUI)
- Argon2id
- XChaCha20-Poly1305
- Zeroize
- Local filesystem encryption