commit
0b36708720
2 changed files with 20 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
# random-password |
||||
|
||||
> Generate random passwords |
||||
|
||||
## Overview |
||||
|
||||
`random-password` randomly generates a password with a specified length (default: 32 characters). |
||||
|
||||
## Usage |
||||
|
||||
```sh |
||||
$ random-password |
||||
6ND@#4>U)=j!<D_VJsL=a9|C|*eidR64 |
||||
|
||||
$ random-password 16 |
||||
59ZT<XK+J<|:@Su0 |
||||
``` |
Loading…
Reference in new issue