A small repo to give me the feelings of Rust development ( maybe i use it to Arduino development ??? YES ).
The objective of this project is create a CLI tool to store passwords or other secret data using a pass secrey key in agree with AES(Advanced Encryption Standard)
- Clone this repo using
$ git clone https://github.com/brutalzinn/yeep-another-passwordvault.git
- Install rust
- Open you command prompt and execute the next commands
$ cargo update
and$ cargo build
- go to folder target/debug
- Add you first keypair data
$ run yeep add --key myawesomeky --value myhighvaluesensitivedata
- Retrive you list of keypairs
$ run yeep list
- Retrive you first crypted data
$ run yeep read --id 0
- Enjoy. You can use more commands.
$ run yeep help
to get more.
- check this repo release page releases
- Choose you system version
- Download zip file
- Extract the zip folder
- Open your prompt command at the extracted directory.
- Add you first keypair data
$ run yeep add --key myawesomeky --value myhighvaluesensitivedata
- Retrive you list of keypairs
$ run yeep list
- Retrive you first crypted data
$ run yeep read --id 0
- Enjoy. You can use more commands.
$ run yeep help
to get more.
Usage: yeep <COMMAND>
Commands:
list List all
add Add new secret keypair
read Read a keypair
del Delete a keypair
babayaga babayaga. maybe.. a JOHN WICK easter egg?!
setup Show setup instructions to configure yeep as global CLI
version get current version
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help