TUI password vault
Password Vault π built with Rust that runs in the terminal.
Features:
- Create login and random password for a given domain
- Create login and given password for a given domain
- Read (copy to clipboard) password for a given domain
- List all domains
- Search domains
- Update password of an existing domain
- Delete domain entry with its login and password
- Manage Volta configuration
- Setup project
- Generate random password
- Create SQLite db to store entries with domain, login and password
- Encrypt db with master key
- No support for Windows
- No support for Linux