You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Unbewohnte
1e5787e57c
|
3 years ago | |
---|---|---|
.. | ||
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
psgen
A minimal command-line password generator.
Usage
./psgen [OPTIONAL PASSWORD LENGTH HERE]
Examples
./psgen 255
will output a password with length of 255
./psgen
will output a password with length of 8
./psgen 10
will output a password with length of 10