Browse Source

Added README

main
Unbewohnte 3 years ago
parent
commit
1e5787e57c
  1. 23
      psgen/README.md

23
psgen/README.md

@ -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…
Cancel
Save