Password generator

This commit is contained in:
Emmanuel BENOîT 2012-07-28 20:32:24 +02:00
parent 652079119e
commit 1cb97260ba
3 changed files with 42 additions and 0 deletions

9
README.OtherScripts Normal file
View 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.