jht5945 / makepassword

makepassword - command line makepassword tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makepassword

Intall

cargo install --git https://github.com/jht5945/makepassword

Usage

$ makepassword -h
Usage:
  makepassword [OPTIONS]

makepassword - command line makepassword tool.

Optional arguments:
  -h,--help             Show this help message and exit
  -c,--count COUNT      Password count, default 1
  -l,--length LENGTH    Password length, default 12
  --chars CHARS         Chars, default use -t/--type base58
  -t,--type TYPE        Type, base58(default, b58, b), alphabet(a), word(w),
                        all(A)
  -v,--version          Print version

About

makepassword - command line makepassword tool.

License:MIT License


Languages

Language:Rust 100.0%