Joseph Herlant
version 1.0.0, 2013-10-19 : Initial version

This shell command returns a completely random 12-characters password.

perl -e 'print chr(32 + rand 95) for 1..12'