Skip to content

matteopolak/password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password 🔑

Build Status Release Status License:MIT Rust:Nightly

A lightweight and featureful password generator.

Usage: password [OPTIONS]
Options:
  -a, --all              Whether to use every option
  -c, --chars <CHARS>    List of characters to use in addition to other options
  -d, --digits           Whether to use digits
  -l, --length <LENGTH>  Length of the password [default: 12]
  -o, --lower            Whether to use lowercase letters
  -n, --num <NUM>        Number of passwords to generate [default: 1]
  -s, --special          Whether to use special characters
  -u, --upper            Whether to use uppercase letters
  -h, --help             Print help information
  -V, --version          Print version information

Install

See the Rust install guide for Rust nightly, to build from source with cargo, and to run the unit tests.

cargo +nightly build --release

Pre-built Binaries

Binaries are released on major releases for Windows platforms and can be located in the releases tab.

License

MIT