| Crates.io | entrust |
| lib.rs | entrust |
| version | 0.4.0 |
| created_at | 2024-10-28 08:04:40.299456+00 |
| updated_at | 2025-08-24 15:34:47.866971+00 |
| description | A CLI password manager |
| homepage | https://github.com/hepptho/entrust |
| repository | https://github.com/hepptho/entrust |
| max_upload_size | |
| id | 1425360 |
| size | 110,597 |
Entrust is a CLI password manager inspired by and semi-compatible with pass. It saves passwords as files encrypted with either gpg or age.
It is developed primarily for educational purposes, to learn a bit of Rust and play around with CLI and TUI libraries. Though it should be just about serviceable, I do not recommend anyone actually use it.
Currently only via cargo:
cargo install --locked entrust
# add entries
ent add something/username
ent add something/password
# print an entry
ent get something/password
# interactively select an entry to print
ent get
# copy an entry to the clipboard
ent get -c something/password
# autotype into the previously active window
ent autotype 'something/username:{tab}:something/password:{enter}'