mailiverse/passwords/make-single-password

3 lines
132 B
Plaintext
Executable File

LC_CTYPE=C tr -dc A-Za-z0-9_\!\@\#\$\%\^\*\+ < /dev/urandom | fold -w 12| head -n 4 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | head -n 1