| Crates.io | pwgen |
| lib.rs | pwgen |
| version | 0.1.3 |
| created_at | 2021-11-05 11:25:48.835252+00 |
| updated_at | 2022-09-08 18:42:45.590963+00 |
| description | Generate passwords |
| homepage | https://crates.io/crates/pwgen |
| repository | https://github.com/mdmundo/pwgen |
| max_upload_size | |
| id | 477272 |
| size | 30,710 |
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]