An extremely minimal command-line password manager.
Made with :tea: + :heart: by quadrupleslap. Any contributions welcome!
This example uses fzf
for fuzzy-searching.
```bash
cargo install lich --all-features
export LICH=$HOME/.lich lich init
lich set github
lich get $(lich list | fzf) | pbcopy
lich get github
lich delete github lich set bitbucket
lich generate --length 64 | pbcopy lich set reddit
lich help ```
Probably! It uses AES-256-GCM
to store the passwords, encrypted with a randomly generated encryption key, which is in turn encrypted with the user's selected password. Any help verifying the code would be highly appreciated, though! :wink: