| Crates.io | psswd |
| lib.rs | psswd |
| version | 0.1.5 |
| created_at | 2020-08-17 20:17:59.615946+00 |
| updated_at | 2020-08-24 17:54:11.441808+00 |
| description | A small password manager made in Rust. |
| homepage | |
| repository | https://github.com/Gogopex/psswd |
| max_upload_size | |
| id | 277648 |
| size | 31,436 |
A simple Rust command line utility to manage your passwords. It uses age (Actually Good Encryption) to encrypt your passwords, and supports decryption using a passphrase.
git clone https://github.com/Gogopex/psswd.git
cd psswd
# psswd requires cargo/rustc
cargo build --release
This will generate a bin file in target/release/build.
cargo:cargo install psswd
If you've just ran cargo build --release, you can start using ./target/release/psswd <command> or add an alias for psswd direcly.

⚡ psswd
psswd 0.1.1
USAGE:
psswd <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
add Creates a new entry containing an encrypted password
delete Deletes entries or a given entry
help Prints this message or the help of the given subcommand(s)
list Lists all entries
show Displays a specific entry
Feel free to report any issue you find here: https://github.com/Gogopex/psswd/issues