Password generator
This commit is contained in:
parent
652079119e
commit
1cb97260ba
3 changed files with 42 additions and 0 deletions
9
README.OtherScripts
Normal file
9
README.OtherScripts
Normal file
|
@ -0,0 +1,9 @@
|
|||
make-password.pl
|
||||
-----------------
|
||||
|
||||
Generates a random password. Usage:
|
||||
|
||||
perl make-password.pl [simple] [<length>]
|
||||
|
||||
"simple" indicates that the password should consist of alphanumeric characters
|
||||
only. If no length is specified, the default is 13.
|
Loading…
Add table
Add a link
Reference in a new issue