Hi people,
I used to use this script to generate random passwords:
Well now it doesn't generate anything, just hangs. I'm in bash, not sh. Just wonder what has changed and whether it's due to my using CURRENT.
I used to use this script to generate random passwords:
Code:
strings /dev/urandom | grep -o '[[:print:]]' | head -n 30 | tr -d '\n'; echo