jan0sch/passwordghost
Password application for the command line, based on the masterpassword algorithm.
|
|
||
|---|---|---|
| src | Rename to passwordghost | |
| .gitignore | Initial commit | |
| AUTHORS.md | Rename to passwordghost | |
| Cargo.lock | Rename to passwordghost | |
| Cargo.toml | Add tag | |
| CHANGELOG.md | Rename to passwordghost | |
| CONTRIBUTING.md | Rename to passwordghost | |
| LICENSE | Rename to passwordghost | |
| README.md | Rename to passwordghost | |
Password Ghost
TODO
Please see CONTRIBUTING.md for details how to to contribute to the project.
License
This program is distributed under 3-Clause BSD license. See the file LICENSE for details.
Installation
To simply install the binary just issue the TODO
command.
From source code
Either create a binary with cargo build --release and copy it to a place
of your liking or use the cargo install --path . command which will
install it into $HOME/.cargo/bin.