Who needs a specific program? Just use /dev/urandom (here for 12 alphanumeric characters):
$ tr -cd a-zA-Z0-9 < /dev/urandom | head -c 12

Reply via email to