Unbewohnte
3 years ago
1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||||
|
# 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 |
Loading…
Reference in new issue