Random Password

dd if=/dev/urandom bs=200 count=1 | tr -cd 'A-Za-z0-9!@#$%^&*()_+'; echo
dd if=/dev/urandom bs=32 count=1 | tr -cd 'A-Za-z0-9'; echo