Updated makepasswd fix insecure default length of password
By default, makepasswd generates password with a length between 6 to 8 characters (48 to 64bits). This update raise the default to 16 characters (128 bits).
The length can be changed at runtime with the -l option.