Skip to content

Simple cli password manager without database written in rust

Notifications You must be signed in to change notification settings

nkeff/rust_cli_pass_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust_cli_pass_manager

Simple cli password manager without database written in rust

Usage

Usage: cli_pass_manager --login <LOGIN> --password <PASSWORD>

Options:
  -l, --login <LOGIN>        адрес / уникальный идентификатор сайта
  -p, --password <PASSWORD>  мастер пароль
  -h, --help                 Print help
  -V, --version              Print version

Run and build

git clone https://github.com/nkeff/rust_cli_pass_manager

Run

cargo run

Build

cargo build -r

About

Simple cli password manager without database written in rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages