4 releases

0.1.3 Sep 8, 2022
0.1.2 May 3, 2022
0.1.1 May 3, 2022
0.1.0 Apr 26, 2022
0.0.0 Nov 5, 2021

#28 in #generate-password

Download history 76/week @ 2024-02-24 6/week @ 2024-03-02 9/week @ 2024-03-09

91 downloads per month

MIT license

10KB
88 lines

Rust docs.rs GitHub top language GitHub code size in bytes Crates.io Crates.io GitHub last commit

pwgen

Generate passwords from the command line

USAGE:
    pwgen [FLAGS] [OPTIONS]

FLAGS:
        --no-copy    Do not not copy the password to the clipboard
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --length <length>    Set password length [max: 255] [default: 16]
    -t, --type <type>        Set type of password: `pin`, `alpha` or `full` [default: alpha]

lib.rs:

Auxiliary functions to generate passwords.

Dependencies

~1.7–9.5MB
~52K SLoC