misc-scripts/README.OtherScripts

10 lines
248 B
Text
Raw Normal View History

2012-07-28 20:32:24 +02:00
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.