pwgen

Crates.iopwgen
lib.rspwgen
version0.1.3
sourcesrc
created_at2021-11-05 11:25:48.835252
updated_at2022-09-08 18:42:45.590963
descriptionGenerate passwords
homepagehttps://crates.io/crates/pwgen
repositoryhttps://github.com/mdmundo/pwgen
max_upload_size
id477272
size30,710
Edmundo Paulino (mdmundo)

documentation

https://docs.rs/crate/pwgen

README

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]
Commit count: 56

cargo fmt