Skip to content

math-dev-24/cli-rust-password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Password Manager

A simple password manager written in Rust.

  • Add passwords
  • List passwords
  • Search passwords
  • Delete passwords

Usage

$ ./target/debug/gestion-mdp --help
Password Manager 1.0
B Mathieu <mathieu.busse24@gmail.com>

USAGE:
    gestion-mdp [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information
    -V, --version Print version information

SUBCOMMANDS:
    add    Add a new password
    delete Delete a password
    list   List all passwords
    search Search a password

Installation

From source

$ git clone https://github.com/mathieu-busse/gestion-mdp.git
$ cd gestion-mdp
$ cargo build --release
$ ./target/release/gestion-mdp --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages