jan0sch/passwordghost
1
0
Fork
You've already forked passwordghost
0
Password application for the command line, based on the masterpassword algorithm.
  • Rust 100%
Jens Grassel ab85902e55
All checks were successful
Add tag
2021年11月05日 13:29:34 +01:00
src Rename to passwordghost 2021年11月05日 13:18:23 +01:00
.gitignore Initial commit 2021年10月27日 16:20:02 +02:00
AUTHORS.md Rename to passwordghost 2021年11月05日 13:18:23 +01:00
Cargo.lock Rename to passwordghost 2021年11月05日 13:18:23 +01:00
Cargo.toml Add tag 2021年11月05日 13:29:34 +01:00
CHANGELOG.md Rename to passwordghost 2021年11月05日 13:18:23 +01:00
CONTRIBUTING.md Rename to passwordghost 2021年11月05日 13:18:23 +01:00
LICENSE Rename to passwordghost 2021年11月05日 13:18:23 +01:00
README.md Rename to passwordghost 2021年11月05日 13:18:23 +01:00

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.