genpass.sh 105 B

1234567
  1. #!/bin/bash
  2. # Generate a strong password
  3. strings /dev/urandom | \
  4. tr -d '\n\t ' | \
  5. head -c 16 && echo